Skip to content

Commit 3367f3b

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 17049b8 commit 3367f3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

items/exotic.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,11 +1446,7 @@ local formidiulosus = {
14461446
G.jokers:emplace(card)
14471447
end
14481448
end
1449-
if
1450-
context.cardarea == G.jokers
1451-
and (to_big(card.ability.extra.Emult) > to_big(1))
1452-
and context.joker_main
1453-
then
1449+
if context.cardarea == G.jokers and (to_big(card.ability.extra.Emult) > to_big(1)) and context.joker_main then
14541450
return {
14551451
message = localize({
14561452
type = "variable",

0 commit comments

Comments
 (0)