We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f172b7a commit fe7e13cCopy full SHA for fe7e13c
items/code.lua
@@ -2195,7 +2195,7 @@ local hooked = {
2195
local results = Cryptid.forcetrigger(G.jokers.cards[i], context)
2196
if results and results.jokers then
2197
card.ability.cry_hook_triggers_left = card.ability.cry_hook_triggers_left - 1
2198
- if to_big(card.ability.cry_hook_triggers_left) <= 0 then
+ if to_big(card.ability.cry_hook_triggers_left) <= to_big(0) then
2199
G.E_MANAGER:add_event(Event({
2200
func = function()
2201
card.ability.cry_hook_id = nil
0 commit comments