summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-09 01:25:58 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-09 11:26:38 +0200
commit431dddd022f9bc58580fc2ad108deecfb3c44236 (patch)
tree1a3232d46ec3109814b59576479477327a301a25
parent2a80615797e5126a117fcda434f0f430074da7dc (diff)
downloadwilderness-war-431dddd022f9bc58580fc2ad108deecfb3c44236.tar.gz
Allow eliminating Cherokee instead of going home with leader.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 4c0ea2f..b5c3f1d 100644
--- a/rules.js
+++ b/rules.js
@@ -6476,7 +6476,7 @@ states.go_home_to = {
}
}
- if (!can_go_home)
+ if (!can_go_home || is_cherokee(who))
gen_action('eliminate')
},
space(to) {