summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2024-01-17 10:55:58 +0100
committerteisuru <31881306+teisuru@users.noreply.github.com>2024-01-17 10:55:58 +0100
commit06fe4f59f3435e648bbbba0b96ca1752c26551fe (patch)
treeaeb8890829ec391db73c8a220bc0fdf7833a11ad
parent1aa9dd2ed0ce9e486d84a1a42a9e4faacf71f275 (diff)
downloadplantagenet-06fe4f59f3435e648bbbba0b96ca1752c26551fe.tar.gz
Fuzzer fix aragne/death_or_disband
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 9a94558..67df0e8 100644
--- a/rules.js
+++ b/rules.js
@@ -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