diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-06-07 22:19:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | df979e20f4a76a4cf58b95cf4e271dfd0b27c9f0 (patch) | |
tree | 8ed488ec11eccc8f277da93353c0aa0375c7b2bb | |
parent | f55e9e869f43e020f5d7631a3aa9740303a1d6b0 (diff) | |
download | plantagenet-df979e20f4a76a4cf58b95cf4e271dfd0b27c9f0.tar.gz |
Remove encamp
-rw-r--r-- | rules.js | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 === |