summaryrefslogtreecommitdiff
path: root/npc/019-1/well.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-1/well.txt')
-rw-r--r--npc/019-1/well.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt
index 97a3e5d29..c2b204a7c 100644
--- a/npc/019-1/well.txt
+++ b/npc/019-1/well.txt
@@ -31,7 +31,7 @@ L_Reckless:
closedialog;
warp "015-6", 363, 109;
dispbottom l("Ouch! That was kinda reckless!");
- percentheal -150+readparam2(bVit), 0;
+ percentheal min(-1, -150+readparam2(bVit)), 0;
close;
// Easter Egg
@@ -149,7 +149,7 @@ L_Bottle:
// Calculate how many iced bottles you'll get
.@iced=0;
for (.@i=0; .@i < .@count; .@i++) {
- if (rand2(500) < 33)
+ if (rand2(500) < 333)
.@iced++;
}