summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-22 10:13:09 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-22 19:19:51 +0200
commit3ff8a3894a88a96870088a113773380f2f41237f (patch)
tree5bedc05898cd1f43a1b42742988cc30c66413f28 /rules.ts
parentb9aa002a0cfe5d64744bcb2483f6fd27322b625a (diff)
downloadplantagenet-3ff8a3894a88a96870088a113773380f2f41237f.tar.gz
Add routed lords panel.
To try it out. May not keep.
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 7151cf2..dd43ebe 100644
--- a/rules.ts
+++ b/rules.ts
@@ -7277,7 +7277,7 @@ function end_battle() {
else
log_h4(`${game.battle.loser} Lost`)
- game.battle.array = null
+ //game.battle.array = null
game.battle.caltrops = NOBODY
goto_battle_influence()
}