Skip to content

Commit e273d32

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 4c158f6 commit e273d32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

items/misc_joker.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,13 +1894,13 @@ local sus = {
18941894
G.GAME.sus_cards = destroyed_cards
18951895
end
18961896
-- SMODS.calculate_context({ remove_playing_cards = true, removed = G.GAME.sus_cards })
1897-
return {
1897+
return {
18981898
message = localize("cry_sus_ex"),
1899-
func = function()
1899+
func = function()
19001900
-- this was moved to here because of a timing issue (no bugs/odd behaviour, but looked weird)
1901-
draw_card(G.play, G.deck, 90, "up", nil)
1902-
playing_card_joker_effects({ _c })
1903-
end
1901+
draw_card(G.play, G.deck, 90, "up", nil)
1902+
playing_card_joker_effects({ _c })
1903+
end,
19041904
}
19051905
end
19061906
end,

0 commit comments

Comments
 (0)