summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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
}