summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index c287d2a..5967414 100644
--- a/rules.js
+++ b/rules.js
@@ -1283,6 +1283,7 @@ function goto_strategy_phase(new_active) {
let hand = active_hand()
if (hand.length === 0) {
+ game.did_discard_event = 0
game.active = ENEMY[game.active]
hand = active_hand()
if (hand.length === 0)