From 1b068259b32e8f3c8fdc4d18014d22279a193e4a Mon Sep 17 00:00:00 2001 From: urbaj-dr <110074842+urbaj-dr@users.noreply.github.com> Date: Sun, 19 May 2024 14:29:57 -0400 Subject: [PATCH] Update wand-watcher.lic activation_failure_messages Expanded the ".* remains inert" activation_failure_messages to account for astrolabes --- wand-watcher.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wand-watcher.lic b/wand-watcher.lic index bf231edc8b..3c8ed97034 100644 --- a/wand-watcher.lic +++ b/wand-watcher.lic @@ -35,7 +35,7 @@ class WandWatcher @no_use_rooms = settings.wand_watcher_no_use_rooms @startup_delay = args.delay || settings.wand_watcher_startup_delay @passive_delay = settings.wand_watcher_passive_delay - @activation_failure_messages = [/^The .* remains inert/] + @activation_failure_messages = [/^(The|An|A) .* remains inert/] @activation_blocked_messages = [/^Something in the area is interfering/, /^This is not a good place for that/, /^This is not the best place to be doing that/,