From 27140d312905dc9ee91ac4f64bde4f30f38f16a9 Mon Sep 17 00:00:00 2001 From: Dantia Date: Wed, 31 Jul 2024 17:38:06 -0500 Subject: [PATCH] [script] [tome] Add additional study failure message Add failure message for when you try to study your tome in a room where it is not allowed (such as the Crossing Bank Lobby). This is to allow the script to continue gracefully, without hanging due to no recognized response. --- tome.lic | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tome.lic b/tome.lic index f8f4dfce1e..4e242938d0 100644 --- a/tome.lic +++ b/tome.lic @@ -123,13 +123,15 @@ class Tome /^You are unable to focus on studying your/, /^You must complete or cancel your current magical research project/, /^Considering that you are in combat/, - /^However, you find that you lack the concentration to focus on your studies/) + /^However, you find that you lack the concentration to focus on your studies/, + /^This is not a good place for that/) DRC.safe_unpause_list @scripts_to_unpause if @passive case result when /^You are unable to focus on studying your/, /^You must complete or cancel your current magical research project/, /^Considering that you are in combat/, - /^However, you find that you lack the concentration to focus on your studies/ + /^However, you find that you lack the concentration to focus on your studies/, + /^This is not a good place for that/ pause_scripts if @passive DRCI.stow_item?(@@tome) DRC.safe_unpause_list @scripts_to_unpause if @passive