Skip to content

Commit

Permalink
Merge pull request #6886 from dantiadr/tome-add-no-use-room-check
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jul 31, 2024
2 parents 970d96f + 27140d3 commit b60b83c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tome.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b60b83c

Please sign in to comment.