summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files 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)) {