diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |