diff --git a/safe-room.lic b/safe-room.lic index be71b28cbb..aca216ae89 100644 --- a/safe-room.lic +++ b/safe-room.lic @@ -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') @@ -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