diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-13 10:34:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-13 10:34:15 -0300 |
commit | c23e8863da4f5271c866b4eba1f7676f4c29c494 (patch) | |
tree | 021479a406cb0f3df83d1fd221b01df6b63b6b39 /npc | |
parent | 11f2caefe8791942c9d4dd0faabaeb4eff4b5437 (diff) | |
download | serverdata-c23e8863da4f5271c866b4eba1f7676f4c29c494.tar.gz serverdata-c23e8863da4f5271c866b4eba1f7676f4c29c494.tar.bz2 serverdata-c23e8863da4f5271c866b4eba1f7676f4c29c494.tar.xz serverdata-c23e8863da4f5271c866b4eba1f7676f4c29c494.zip |
Minor tweaks to Nivalis well
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-1/well.txt | 4 |
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++; } |