Skip to content

Commit

Permalink
Update wand-watcher.lic activation_failure_messages
Browse files Browse the repository at this point in the history
Expanded the ".* remains inert" activation_failure_messages to account for astrolabes
  • Loading branch information
urbaj-dr authored May 19, 2024
1 parent 6a8684e commit 1b06825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand-watcher.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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/,
Expand Down

0 comments on commit 1b06825

Please sign in to comment.