diff options
Diffstat (limited to 'world/map/npc/051-1/forest.txt')
-rw-r--r-- | world/map/npc/051-1/forest.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/world/map/npc/051-1/forest.txt b/world/map/npc/051-1/forest.txt index 870465c3..dbae2c26 100644 --- a/world/map/npc/051-1/forest.txt +++ b/world/map/npc/051-1/forest.txt @@ -22,7 +22,8 @@ end; L_ShouldNotBeHere: - heal -Hp, 0; + set Hp, 1; + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); end; L_HandleHelper: @@ -71,7 +72,8 @@ L_TaskComplete: end; L_ShouldNotBeHere: - heal -Hp, 0; + set Hp, 1; + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); end; L_Blocked: @@ -86,4 +88,3 @@ L_Warp: warp "051-3", 24, 60; end; } - |