summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-10 11:45:09 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-10 11:45:09 +0200
commit83425aeb8cf2f10015491721c4c46375f262d600 (patch)
treea7e660141a2d26f7ba44decb3af5916a363eeaa9
parent415f8a83134b891fd48792843b7e3de82efb16d7 (diff)
downloadcrusader-rex-83425aeb8cf2f10015491721c4c46375f262d600.tar.gz
Set drawn result to "Draw" instead of "None".
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 90049a7..7b5d704 100644
--- a/rules.js
+++ b/rules.js
@@ -3731,7 +3731,7 @@ function goto_year_end() {
game.result = SARACENS
} else {
game.victory = "The game ended in a draw."
- game.result = "None"
+ game.result = "Draw"
}
log("")
log(game.victory)