summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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 de3c050..d3224a5 100644
--- a/rules.js
+++ b/rules.js
@@ -2640,6 +2640,7 @@ function resume_command() {
function spend_action(cost) {
game.flags.first_action = 0
+ game.flags.first_march_highway = 0
game.actions -= cost
}