From c23e8863da4f5271c866b4eba1f7676f4c29c494 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Dec 2022 10:34:15 -0300 Subject: Minor tweaks to Nivalis well --- npc/019-1/well.txt | 4 ++-- 1 file 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++; } -- cgit v1.2.3-60-g2f50