Skip to content

Commit 44b0506

Browse files
authored
Merge pull request #415 from Retoxified/refactor
2 parents 84aed37 + e727bf3 commit 44b0506

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
@@ -2570,7 +2570,7 @@ local exploit = {
25702570
return { vars = { safe_get(card, "ability", "cry_multiuse") or self.config.cry_multiuse } }
25712571
end,
25722572
can_use = function(self, card)
2573-
return true
2573+
return G.STATE == G.STATES.SELECTING_HAND
25742574
end,
25752575
use = function(self, card, area, copier)
25762576
G.GAME.USING_CODE = true

0 commit comments

Comments
 (0)