From 600f2a89afec2c6f78f32616a3ef0da74ae62313 Mon Sep 17 00:00:00 2001 From: Derek Hoffmann Date: Thu, 5 Sep 2024 22:04:21 -0400 Subject: [PATCH] make gear checks mandatory for wand-watcher.lic --- wand-watcher.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wand-watcher.lic b/wand-watcher.lic index 3c8ed97034..4f30b23705 100644 --- a/wand-watcher.lic +++ b/wand-watcher.lic @@ -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