diff options
Diffstat (limited to 'world/map/npc/009-2/nurse.txt')
-rw-r--r-- | world/map/npc/009-2/nurse.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt index efad521a..95417198 100644 --- a/world/map/npc/009-2/nurse.txt +++ b/world/map/npc/009-2/nurse.txt @@ -390,7 +390,8 @@ L_hl_m_vn: next; mes "......."; // bye bye player! - heal -Hp, 0; + set Hp, 1; + warp "009-2", 149, 43; // close instead of telling how much stabilizer is needed goto L_Close; // goto L_check_st; |