summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index f5eeedd..05caf09 100644
--- a/rules.js
+++ b/rules.js
@@ -3266,10 +3266,12 @@ function lose_regular_advantage() {
}
events.baron_von_steuben_trains_the_continental_army = function () {
- if (is_general_on_map(WASHINGTON))
+ if (is_general_on_map(WASHINGTON)) {
game.state = "baron_von_steuben_trains_the_continental_army"
- else
+ } else {
+ lose_regular_advantage()
end_strategy_card()
+ }
}
states.baron_von_steuben_trains_the_continental_army = {