From df979e20f4a76a4cf58b95cf4e271dfd0b27c9f0 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:19:01 +0200 Subject: Remove encamp --- rules.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rules.js b/rules.js index ea72b27..24337a8 100644 --- a/rules.js +++ b/rules.js @@ -2753,13 +2753,6 @@ function march_with_group_3() { return } - if (is_unbesieged_enemy_stronghold(here)) { - add_siege_marker(here) - spend_all_actions() // ENCAMP - } - - if (is_trade_route(here)) - conquer_trade_route(here) game.march = 0 @@ -3053,7 +3046,7 @@ states.march_withdraw = { function end_march_withdraw() { clear_undo() set_active_enemy() - goto_march_ambush() + // TO BE USED FOR BLOCKED FORD goto_march_ambush() } // === ACTION: MARCH - AMBUSH === -- cgit v1.2.3