summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-07-13 12:09:54 +0200
committerTor Andersson <tor@ccxvii.net>2024-07-13 12:09:54 +0200
commit93627e344818b7896d032e8cca3d02b3f18c933d (patch)
tree6413d0a99be13189aa7d63af1a558a28ac93189c /rules.js
parent62952353a8259156b1a9484e405fb697f0bc1bf5 (diff)
downloadtable-battles-93627e344818b7896d032e8cca3d02b3f18c933d.tar.gz
fix culp's hill victory check with geary's division
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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) {