Skip to content

Commit e727bf3

Browse files
committed
Only allow the use option on ://exploit during hand selection
1 parent 84aed37 commit e727bf3

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)