From 76e062b19295ed47b643a7547282ef87f20cfa1a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 2 May 2021 00:24:56 +0200 Subject: hammer: Kill Scottish King that cannot retreat. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index bfec678..dd894de 100644 --- a/rules.js +++ b/rules.js @@ -535,7 +535,7 @@ function eliminate_block(who, reason) { } } else if (who == KING) { game.location[who] = null; - if (reason == 'combat') { + if (reason == 'combat' || reason == 'retreat') { game.victory = "England wins because the Scottish king has died in battle!"; game.result = ENGLAND } -- cgit v1.2.3