From 2182825efd0fcb8001d46028548991ba89a1c7fb Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:34:08 +0100 Subject: Y10 agitators fix --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } -- cgit v1.2.3