diff options
Diffstat (limited to 'rules.js')
-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) { |