diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5224,7 +5224,7 @@ states.agitators = { function deplete_agitators(){ let here = get_lord_locale(game.command) for (let next of data.locales[here].adjacent) { - if (!has_exhausted_marker(next)) + if (!has_exhausted_marker(next) && !is_friendly_locale(next)) gen_action_locale(next) } } |