summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 8f1b0ea..9622d4c 100644
--- a/rules.js
+++ b/rules.js
@@ -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)
}
}