Skip to content

Commit

Permalink
Merge pull request #6898 from BinuDR/patch-19
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Aug 31, 2024
2 parents f8b2b26 + 20092ef commit 5140c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions safe-room.lic
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class SafeRoom
"Now move along, I can't do anything more for you now",
"You're in good enough shape, #{Regexp.quote(checkname)}",
'Gaktrhn bends down as if to touch you',
'After a quick diagnosis')
'After a quick diagnosis',
'Kaiva crosses your name off the waiting list')
Flags.add('moved', 'grabs you and drags you', 'grabs your arm and drags you .* with')
Flags.add('idle', 'you have been idle too long')

Expand Down Expand Up @@ -170,7 +171,7 @@ class SafeRoom
Flags.reset('healthy')
Flags.reset('moved')

if Room.current.id == 8393 # Fang Cove Healer fix
if Room.current.id == 6870 || Room.current.id == 8393 # Fang Cove Healer fix
fput "join list"
until Flags['healthy'] || Flags['moved']
pause 1
Expand Down

0 comments on commit 5140c68

Please sign in to comment.