summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 0d3f2e8..c997a35 100644
--- a/rules.js
+++ b/rules.js
@@ -6776,7 +6776,7 @@ function goto_victory_check() {
if (game.vp <= -5)
return goto_game_over(BRITAIN, "British Victory: Britain has at least 5 VP.")
}
- return goto_game_over(FRANCE, "The game is a draw.")
+ return goto_game_over("Draw", "The game is a draw.")
} else {
game.year++
start_year()