Skip to content

Commit 57a62cb

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent af54f3f commit 57a62cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/misc_joker.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7610,20 +7610,20 @@ local lebaron_james = {
76107610
name = "cry-LeBaron James",
76117611
key = "lebaron_james",
76127612
pos = { x = 2, y = 5 },
7613-
config = { extra = { h_mod = 1, h_size = 0} },
7613+
config = { extra = { h_mod = 1, h_size = 0 } },
76147614
rarity = 3,
76157615
cost = 6,
76167616
atlas = "atlasone",
76177617
order = 133,
76187618
no_dbl = true,
76197619
immutable = true, -- has issues with value manip and not easy to fix
76207620
loc_vars = function(self, info_queue, center)
7621-
return { vars = { center.ability.extra.h_mod, math.min(1000,center.ability.extra.h_size) } }
7621+
return { vars = { center.ability.extra.h_mod, math.min(1000, center.ability.extra.h_size) } }
76227622
end,
76237623
calculate = function(self, card, context)
76247624
if context.cardarea == G.play and context.individual then
76257625
if SMODS.Ranks[context.other_card.base.value].key == "King" then
7626-
local h_size = math.max(0,math.min(1000 - card.ability.extra.h_size, card.ability.extra.h_mod))
7626+
local h_size = math.max(0, math.min(1000 - card.ability.extra.h_size, card.ability.extra.h_mod))
76277627
G.hand:change_size(h_size)
76287628
card.ability.extra.h_size = card.ability.extra.h_size + h_size
76297629
if h_size > 0 then

0 commit comments

Comments
 (0)