Skip to content

Commit 0e51a42

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent c1b34de commit 0e51a42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

items/epic.lua

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,9 +1901,13 @@ local jtron = {
19011901
card.ability.extra.current = 1 + card.ability.extra.bonus * #SMODS.find_card("j_joker")
19021902
if context.cardarea == G.jokers and context.joker_main then
19031903
return {
1904-
message = localize({ type = "variable", key = "a_powmult", vars = {
1905-
number_format(card.ability.extra.current),
1906-
} }),
1904+
message = localize({
1905+
type = "variable",
1906+
key = "a_powmult",
1907+
vars = {
1908+
number_format(card.ability.extra.current),
1909+
},
1910+
}),
19071911
Emult_mod = card.ability.extra.current,
19081912
colour = G.C.DARK_EDITION,
19091913
}

0 commit comments

Comments
 (0)