summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 19aa99d..2c186cd 100644
--- a/rules.js
+++ b/rules.js
@@ -2805,7 +2805,6 @@ function goto_game_over() {
game.victory = "Scotland wins by controlling the most nobles!";
game.result = SCOTLAND;
} else {
- game.log("Tied for majority of nobles.");
if (is_on_map(WALLACE)) {
game.victory = "Tied for control of nobles. Scotland wins because Wallace is on the map!";
game.result = SCOTLAND;