summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
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 19529ce..5ce1e68 100644
--- a/rules.ts
+++ b/rules.ts
@@ -7393,7 +7393,6 @@ states.battle_losses = {
action_losses(lord, MILITIA)
},
done() {
- game.who = NOBODY
goto_death_check()
},
}
@@ -7492,6 +7491,7 @@ function gen_each_friendly_routed_vassal() {
}
function goto_death_check() {
+ game.who = NOBODY
log_h4("Death Check")