From df7bfe79dfe506ca4197d4647c7bd269edaac5ab Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:23:19 +0200 Subject: road cost 1 --- rules.js | 3 +++ 1 file changed, 3 insertions(+) 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() } -- cgit v1.2.3