diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-10 11:45:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-10 11:45:09 +0200 |
commit | 83425aeb8cf2f10015491721c4c46375f262d600 (patch) | |
tree | a7e660141a2d26f7ba44decb3af5916a363eeaa9 | |
parent | 415f8a83134b891fd48792843b7e3de82efb16d7 (diff) | |
download | crusader-rex-83425aeb8cf2f10015491721c4c46375f262d600.tar.gz |
Set drawn result to "Draw" instead of "None".
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |