diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-11 00:01:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-21 00:28:20 +0200 |
commit | 5a6b115cf760e9b021df5cc3ea03289594ad0990 (patch) | |
tree | 8a5d463c326f08595db667e4613bc423cfb257bf | |
parent | e2f4273294d4138d1d7fdcebf78c426f8b90b2eb (diff) | |
download | washingtons-war-5a6b115cf760e9b021df5cc3ea03289594ad0990.tar.gz |
fix exchange
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" }, } |