diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1669,7 +1669,7 @@ function end_roll_phase() { if (game.scenario === S28_CULPS_HILL) { if (get_cubes(S28_GEARY) === 5) - return goto_game_over(P2, "Geary's Division arrived!") + return goto_game_over(P1, "Geary's Division arrived!") } if (game.scenario === S41_BLENHEIM_SCENARIO) { |