diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-22 10:13:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-22 19:19:51 +0200 |
commit | 3ff8a3894a88a96870088a113773380f2f41237f (patch) | |
tree | 5bedc05898cd1f43a1b42742988cc30c66413f28 /rules.ts | |
parent | b9aa002a0cfe5d64744bcb2483f6fd27322b625a (diff) | |
download | plantagenet-3ff8a3894a88a96870088a113773380f2f41237f.tar.gz |
Add routed lords panel.
To try it out. May not keep.
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() } |