From 36cdf2935918fd51c425972ecd4a97dba471970c Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Fri, 15 Sep 2023 18:45:39 +0200 Subject: fix highway march after action --- rules.js | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3