From b1204cfb613a336af30243bb65555585f31f8e93 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 21 Apr 2024 23:14:36 +0200 Subject: Reset game.who when entering death check. --- rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3