Skip to content

Commit fe7e13c

Browse files
committed
missing to_big call
1 parent f172b7a commit fe7e13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/code.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ local hooked = {
21952195
local results = Cryptid.forcetrigger(G.jokers.cards[i], context)
21962196
if results and results.jokers then
21972197
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
2198+
if to_big(card.ability.cry_hook_triggers_left) <= to_big(0) then
21992199
G.E_MANAGER:add_event(Event({
22002200
func = function()
22012201
card.ability.cry_hook_id = nil

0 commit comments

Comments
 (0)