diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-09 01:25:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-09 11:26:38 +0200 |
commit | 431dddd022f9bc58580fc2ad108deecfb3c44236 (patch) | |
tree | 1a3232d46ec3109814b59576479477327a301a25 | |
parent | 2a80615797e5126a117fcda434f0f430074da7dc (diff) | |
download | wilderness-war-431dddd022f9bc58580fc2ad108deecfb3c44236.tar.gz |
Allow eliminating Cherokee instead of going home with leader.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6476,7 +6476,7 @@ states.go_home_to = { } } - if (!can_go_home) + if (!can_go_home || is_cherokee(who)) gen_action('eliminate') }, space(to) { |