diff options
-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" }, } |