summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)