diff options
Diffstat (limited to 'npc/017-1/drowned_man.txt')
-rw-r--r-- | npc/017-1/drowned_man.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index 326b3dd69..bd3c693a2 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -135,7 +135,7 @@ OnInit: if (is_between(5220, 5270, .x*32) && is_between(7330, 7390, .y*32)) goto L_GoodJump; dispbottom l("The water was too shallow..."); - percentheal -100, -100; + die(); end; } closeclientdialog; |