summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 9cf1f36..2cf429c 100644
--- a/rules.js
+++ b/rules.js
@@ -1340,6 +1340,7 @@ states.strategy_phase_ops = {
discard_card(c, "exchange")
set_add(active_hand(), d)
logp("picked up up #" + d)
+ game.state = "strategy_phase"
},
}