Skip to content

Commit cc6ce1c

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 6ab7435 commit cc6ce1c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

items/tag.lua

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,14 @@ local empoweredPack = {
149149
G.booster_pack_sparkles:fade(1, 0)
150150
end,
151151
create_card = function(self, card, i)
152-
if
153-
i % 2 == 1
154-
and cry_card_enabled("c_cry_gateway") == true
155-
and not G.GAME.used_jokers['c_cry_gateway']
152+
if
153+
i % 2 == 1
154+
and cry_card_enabled("c_cry_gateway") == true
155+
and not G.GAME.used_jokers["c_cry_gateway"]
156156
and not next(find_joker("Showman"))
157157
then
158158
return create_card("Spectral", G.pack_cards, nil, nil, true, true, "c_cry_gateway")
159-
elseif
160-
not G.GAME.used_jokers['c_soul']
161-
and not next(find_joker("Showman"))
162-
then
159+
elseif not G.GAME.used_jokers["c_soul"] and not next(find_joker("Showman")) then
163160
return create_card("Spectral", G.pack_cards, nil, nil, true, true, "c_soul")
164161
else
165162
return create_card("Spectral", G.pack_cards, nil, nil, true, true)

0 commit comments

Comments
 (0)