From b808c54912ff02d42d175e9d84ae707d44540702 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 22 Sep 2023 20:02:45 +0200 Subject: Treat eliminated in combat and unable to retreat the same. Per Grant's latest ruling. --- rules.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 305b705..3ce5681 100644 --- a/rules.js +++ b/rules.js @@ -634,10 +634,8 @@ function eliminate_block(who, reason) { disband(who) } else { game.location[who] = NOWHERE - if (reason === 'combat') { - game.victory = "Scotland won because king Edward II has died in battle!" - game.result = SCOTLAND - } + game.victory = "Scotland won because king Edward II has died in battle!" + game.result = SCOTLAND } } else { disband(who) -- cgit v1.2.3