summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-07-11 00:01:08 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-21 00:28:20 +0200
commit5a6b115cf760e9b021df5cc3ea03289594ad0990 (patch)
tree8a5d463c326f08595db667e4613bc423cfb257bf /rules.js
parente2f4273294d4138d1d7fdcebf78c426f8b90b2eb (diff)
downloadwashingtons-war-5a6b115cf760e9b021df5cc3ea03289594ad0990.tar.gz
fix exchange
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"
},
}