summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-16 13:10:30 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit1a596feabe418f897dea45974a8ab6feee6de34a (patch)
tree44753c592704abc17e13633ce5952ac906b72de4
parent0f94f36c5c972a904942e9b9302d71a3ec2a6eba (diff)
downloadhammer-of-the-scots-1a596feabe418f897dea45974a8ab6feee6de34a.tar.gz
Remove stray logging line that shouldn't have been there.
-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;