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 84aed37 commit e727bf3Copy full SHA for e727bf3
items/code.lua
@@ -2570,7 +2570,7 @@ local exploit = {
2570
return { vars = { safe_get(card, "ability", "cry_multiuse") or self.config.cry_multiuse } }
2571
end,
2572
can_use = function(self, card)
2573
- return true
+ return G.STATE == G.STATES.SELECTING_HAND
2574
2575
use = function(self, card, area, copier)
2576
G.GAME.USING_CODE = true
0 commit comments