We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b34de commit 0e51a42Copy full SHA for 0e51a42
items/epic.lua
@@ -1901,9 +1901,13 @@ local jtron = {
1901
card.ability.extra.current = 1 + card.ability.extra.bonus * #SMODS.find_card("j_joker")
1902
if context.cardarea == G.jokers and context.joker_main then
1903
return {
1904
- message = localize({ type = "variable", key = "a_powmult", vars = {
1905
- number_format(card.ability.extra.current),
1906
- } }),
+ message = localize({
+ type = "variable",
+ key = "a_powmult",
1907
+ vars = {
1908
+ number_format(card.ability.extra.current),
1909
+ },
1910
+ }),
1911
Emult_mod = card.ability.extra.current,
1912
colour = G.C.DARK_EDITION,
1913
}
0 commit comments