summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-09-15 18:45:39 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit36cdf2935918fd51c425972ecd4a97dba471970c (patch)
tree4c8b4d608d8ec68f63a78b828f62340532bdaa81
parentfd828e6df7a08f7f76554b6e623207eb277596fc (diff)
downloadplantagenet-36cdf2935918fd51c425972ecd4a97dba471970c.tar.gz
fix highway march after action
-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
}