Skip to content

Commit b933594

Browse files
committed
2
1 parent cca19e3 commit b933594

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

items/sleeve.lua

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -471,19 +471,7 @@ if CardSleeves then
471471
end
472472
end,
473473
apply = function(self)
474-
Cryptid.antisleeve_apply()
475-
end,
476-
init = function(self)
477-
function Cryptid.antisleeve_apply()
478-
local bluecheck = Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "deck_usage", "b_blue", "wins", 8)
479-
480-
if Cryptid.gameset(G.P_CENTERS.casl_cry_antimatter_sleeve) == "madness" then
481-
bluecheck = bluecheck + 1
482-
end
483-
if (bluecheck or 0) ~= 0 then
484-
G.GAME.starting_params.hands = G.GAME.starting_params.hands + 1
485-
end
486-
end
474+
Cryptid.antimatter_apply(Cryptid.gameset(G.P_CENTERS.b_cry_antimatter) == "madness")
487475
end,
488476
})
489477

0 commit comments

Comments
 (0)