diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3674,6 +3674,8 @@ states.remove_british_cu = { gen_event_pass() }, space(where) { + push_undo() + log("Removed CU from S" + where + ".") remove_british_cu(where, 1) if (--game.count === 0) end_strategy_card() |