Skip to content

Commit 02dacd8

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 236e4b5 commit 02dacd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

items/sleeve.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,17 +469,18 @@ if CardSleeves then
469469
end,
470470
init = function(self)
471471
function Cryptid.antisleeve_apply()
472-
local blueScheck = Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "sleeve_usage", "sleeve_blue", "wins", 8)
472+
local blueScheck =
473+
Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "sleeve_usage", "sleeve_blue", "wins", 8)
473474
if Cryptid.gameset(G.P_CENTERS.b_cry_antimatter) == "madness" then
474475
blueScheck = blueScheck + 1
475476
end
476477
if (blueScheck or 0) ~= 0 then
477478
G.GAME.starting_params.hands = G.GAME.starting_params.hands + 1
478479
end
479480
end
480-
end
481+
end,
481482
})
482-
483+
483484
local sleeveitems = {}
484485
if CardSleeves then
485486
sleeveitems = {

0 commit comments

Comments
 (0)