summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-22 20:02:45 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-22 20:02:45 +0200
commitb808c54912ff02d42d175e9d84ae707d44540702 (patch)
treed466e7aa7cdc71e4b08a03ee719a2261f92240ac
parent4ef66c250e127f9184df41b6df18df9d30220ba0 (diff)
downloadhammer-of-the-scots-b808c54912ff02d42d175e9d84ae707d44540702.tar.gz
Treat eliminated in combat and unable to retreat the same.
Per Grant's latest ruling.
-rw-r--r--rules.js6
1 files changed, 2 insertions, 4 deletions
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)