summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 672046e..f32e08c 100644
--- a/rules.js
+++ b/rules.js
@@ -2725,6 +2725,9 @@ function march_with_group_2() {
spend_march_action(1)
game.flags.first_march_highway = 1
}
+ else if (data.ways[way].type === 'road') {
+ spend_march_action(1)
+ }
else if (data.ways[way].type === 'path') {
spend_all_actions()
}