Skip to content

Commit

Permalink
Merge pull request #6820 from urbaj-dr/patch-16
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored May 19, 2024
2 parents 6a8684e + 1b06825 commit af794a0
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 af794a0

Please sign in to comment.