From 1885656ef66700c4ad50cc71450ddf41fcde0b5d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 29 Jun 2022 20:19:51 +0200 Subject: Fix bug with Mohawks event. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index f1ac342..4ebef45 100644 --- a/rules.js +++ b/rules.js @@ -7249,8 +7249,8 @@ events.mohawks = { let s = piece_space(JOHNSON) if (within_two_of_canajoharie.includes(s)) if (is_piece_unbesieged(JOHNSON)) - return true - return can_place_or_restore_indians(first_mohawk, last_mohawk) + return can_place_or_restore_indians(first_mohawk, last_mohawk) + return false }, play() { if (can_place_indians(first_mohawk, last_mohawk)) { -- cgit v1.2.3