diff options
-rw-r--r-- | npc/017-1/drowned_man.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index 88e1230ed..14330b8c3 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -148,12 +148,15 @@ L_GoodJump: // Weight will be 2000g - so penalty will be 100% HP. .@penalty=max(0, (Weight/20)-1); percentheal -.@penalty, 0; + @finalhp = Hp; // vit/str counts on swimming minigame mesn l("Drowned Man"); mesq l("Good job! I wish you luck, because now you need to SWIM!"); next; closeclientdialog; + setparam(Hp, @finalhp); + @finalhp=0; addtimer(3000, "#01850SwimmingCtrl::OnLoop"); warp "018-5-0", 20, 25; end; |