Skip to content

Commit 8ce3cee

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 69cf0c8 commit 8ce3cee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

items/epic.lua

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,16 @@ local fleshpanopticon = {
19941994
trigger = "before",
19951995
delay = 0.0,
19961996
func = function()
1997-
local card = create_card(nil, G.consumeables, nil, nil, nil, nil, Cryptid.enabled("c_cry_gateway") and "c_cry_gateway" or "c_soul", "sup")
1997+
local card = create_card(
1998+
nil,
1999+
G.consumeables,
2000+
nil,
2001+
nil,
2002+
nil,
2003+
nil,
2004+
Cryptid.enabled("c_cry_gateway") and "c_cry_gateway" or "c_soul",
2005+
"sup"
2006+
)
19982007
card:set_edition({ negative = true }, true)
19992008
card:add_to_deck()
20002009
G.consumeables:emplace(card)

lib/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,4 +1573,4 @@ function end_round()
15731573
end
15741574
end
15751575
end
1576-
end
1576+
end

0 commit comments

Comments
 (0)