Skip to content

Commit

Permalink
Merge pull request #6914 from vtcifer/advisory_check_of_gear_for_wands
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Sep 6, 2024
2 parents 524b5ee + 600f2a8 commit 88005e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wand-watcher.lic
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class WandWatcher
message = "To minimize the possibility that items that you hold in your hands could be lost they should be listed in your `gear:`. The following wands are not listed in your `gear:` settings:"
message += "\n - #{wands_not_in_gear.collect { |k, _v| k }.join("\n - ")}"
message += "\nIf you need assistance with this, please ask in the lich discord (listed in #{$clean_lich_char}links) for help."
message += "\n\n---This check is *advisory* for now, but will become mandatory in the near future.---"
message += "\n\n---The script will now abort.---"
DRC.message(message)
pause 10
exit
end

# Don't allow users to make foolish mistakes, always prevent use during go2/burgle
Expand Down

0 comments on commit 88005e2

Please sign in to comment.