Skip to content

Commit

Permalink
[safe-room] Add handling for Kaiva in Crossing.
Browse files Browse the repository at this point in the history
Added support (join list) for Kaiva and Martyr Saedelthorp in Crossing.  They don't heal scars though.  If people leave plants here it will be useful.
  • Loading branch information
BinuDR authored Aug 31, 2024
1 parent 46df9bf commit 20092ef
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 20092ef

Please sign in to comment.