diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-16 13:10:30 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:18 +0100 |
commit | 1a596feabe418f897dea45974a8ab6feee6de34a (patch) | |
tree | 44753c592704abc17e13633ce5952ac906b72de4 | |
parent | 0f94f36c5c972a904942e9b9302d71a3ec2a6eba (diff) | |
download | hammer-of-the-scots-1a596feabe418f897dea45974a8ab6feee6de34a.tar.gz |
Remove stray logging line that shouldn't have been there.
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |