diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-13 12:09:54 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-07-13 12:09:54 +0200 |
commit | 93627e344818b7896d032e8cca3d02b3f18c933d (patch) | |
tree | 6413d0a99be13189aa7d63af1a558a28ac93189c /rules.js | |
parent | 62952353a8259156b1a9484e405fb697f0bc1bf5 (diff) | |
download | table-battles-93627e344818b7896d032e8cca3d02b3f18c933d.tar.gz |
fix culp's hill victory check with geary's division
Diffstat (limited to 'rules.js')
-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) { |