diff --git a/tome.lic b/tome.lic index 6c01986490..06bfe51a36 100644 --- a/tome.lic +++ b/tome.lic @@ -101,12 +101,18 @@ class Tome DRC.safe_unpause_list @scripts_to_unpause if @passive next end - result = DRC.bput("study my #{@tome}", "You immerse yourself in the wisdom of your", "You are unable to focus on studying your", "However, you find that you lack the concentration to focus on your studies", "Considering that you are in combat,", "However, you realize that you were already reading this book") + result = DRC.bput("study my #{@tome}", + /^You immerse yourself in the wisdom of your/, + /^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/) DRC.safe_unpause_list @scripts_to_unpause if @passive case result when /^You are unable to focus on studying your/, - /^However, you find that you lack the concentration to focus on your studies/, - /^Considering that you are in combat,/ + /^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/ pause_scripts if @passive DRCI.stow_item?(@tome) DRC.safe_unpause_list @scripts_to_unpause if @passive