Skip to content

Commit 91db14e

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent ff4c578 commit 91db14e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

items/code.lua

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,15 +4409,9 @@ local ctrl_v = {
44094409
end
44104410
end,
44114411
bulk_use = function(self, card, area, copier, number)
4412-
local cards = Cryptid.get_highlighted_cards(
4413-
{ G.hand, G.consumeables, G.pack_cards },
4414-
card,
4415-
1,
4416-
1,
4417-
function(card)
4418-
return card.area ~= G.pack_Cards or card.ability.set == "Default" or card.ability.set == "Enhanced"
4419-
end
4420-
)
4412+
local cards = Cryptid.get_highlighted_cards({ G.hand, G.consumeables, G.pack_cards }, card, 1, 1, function(card)
4413+
return card.area ~= G.pack_Cards or card.ability.set == "Default" or card.ability.set == "Enhanced"
4414+
end)
44214415
for i = 1, number do
44224416
if cards[1] then
44234417
if cards[1].area == G.hand then

0 commit comments

Comments
 (0)