Skip to content

Commit

Permalink
Merge pull request #6720 from Veranith/saferoom
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 1, 2023
2 parents 7d18cfe + 8c0d746 commit 6672731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-room.lic
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class SafeRoom
end

def use_divine_charm?
return false unless exists?("divine charm") # charm gone (likely too high circle/skill), couldn't heal, return false, heal normal way
return false unless DRCI.exists?("divine charm") # charm gone (likely too high circle/skill), couldn't heal, return false, heal normal way

if /is currently "facing" left/ !~ DRC.bput('look my divine charm', /^Suspended along a rawhide cord is a .*/)
while /You get an intuitive sense from the charm that it will now heal you if invoked/ !~ DRC.bput('turn my divine charm', /^You get an intuitive sense from.*/)
Expand Down

0 comments on commit 6672731

Please sign in to comment.