diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-17 12:54:10 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-17 12:54:10 +0100 |
commit | b446b7f31d0b6e965362369f85ac6c812b451c2d (patch) | |
tree | 18b5849a06f5a9a7c401e9ca038723ff0a2b4255 /rules.js | |
parent | b8a12a99cb0f2f57fea9b99d78e3481cab8964ef (diff) | |
download | plantagenet-b446b7f31d0b6e965362369f85ac6c812b451c2d.tar.gz |
F-fixed flee undo
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8993,6 +8993,7 @@ function find_lone_victor() { } function goto_battle_spoils() { + clear_undo() set_active_victor() // determine Battle Spoils calculate_spoils() @@ -9048,6 +9049,7 @@ states.battle_spoils = { } function goto_death_or_disband() { + clear_undo() remove_battle_capability_troops() if (has_defeated_lords()) { if (game.battle.loser === LANCASTER && lord_has_capability(LORD_RICHARD_III, AOW_YORK_BLOODY_THOU_ART) && get_lord_locale(LORD_RICHARD_III) === game.battle.where) { |