From 93627e344818b7896d032e8cca3d02b3f18c933d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 13 Jul 2024 12:09:54 +0200 Subject: fix culp's hill victory check with geary's division --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 6bddbe0..eabb51d 100644 --- a/rules.js +++ b/rules.js @@ -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) { -- cgit v1.2.3