diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-17 10:55:58 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-17 10:55:58 +0100 |
commit | 06fe4f59f3435e648bbbba0b96ca1752c26551fe (patch) | |
tree | aeb8890829ec391db73c8a220bc0fdf7833a11ad | |
parent | 1aa9dd2ed0ce9e486d84a1a42a9e4faacf71f275 (diff) | |
download | plantagenet-06fe4f59f3435e648bbbba0b96ca1752c26551fe.tar.gz |
Fuzzer fix aragne/death_or_disband
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2834,6 +2834,7 @@ states.yorkist_aragne = { function goto_aragne_save(other){ game.who = other + game.where = NOWHERE get_vassal_lord(other) init_influence_check(get_vassal_lord(other)) game.check.push({ @@ -5939,7 +5940,6 @@ states.intercept = { success = roll <= valour log(`Intercept ${success ? "Succeeded." : "Failed."} (${range(valour)}): ${success ? HIT[roll] : MISS[roll]}`) } - if (success) { goto_intercept_march() } else { @@ -9096,7 +9096,7 @@ states.death_or_disband = { } }, lord(lord) { - push_undo() + clear_undo() let here = get_lord_locale(lord) let threshold = 2 let modifier = 0 |