Skip to content

Commit a4a033d

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 043e7d2 commit a4a033d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

items/misc_joker.lua

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7458,7 +7458,16 @@ local digitalhallucinations = {
74587458
trigger = "before",
74597459
delay = 0.0,
74607460
func = function()
7461-
local ccard = create_card(boosty.ability.name:find("meme") and "Meme" or "Joker", G.jokers, nil, nil, nil, nil, nil, "diha") -- who up wasting their cycles rn
7461+
local ccard = create_card(
7462+
boosty.ability.name:find("meme") and "Meme" or "Joker",
7463+
G.jokers,
7464+
nil,
7465+
nil,
7466+
nil,
7467+
nil,
7468+
nil,
7469+
"diha"
7470+
) -- who up wasting their cycles rn
74627471
ccard:set_edition({ negative = true }, true)
74637472
ccard:add_to_deck()
74647473
G.jokers:emplace(ccard)

0 commit comments

Comments
 (0)