summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-06-07 22:19:01 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commitdf979e20f4a76a4cf58b95cf4e271dfd0b27c9f0 (patch)
tree8ed488ec11eccc8f277da93353c0aa0375c7b2bb
parentf55e9e869f43e020f5d7631a3aa9740303a1d6b0 (diff)
downloadplantagenet-df979e20f4a76a4cf58b95cf4e271dfd0b27c9f0.tar.gz
Remove encamp
-rw-r--r--rules.js9
1 files changed, 1 insertions, 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 ===