diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:00:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:00:54 -0300 |
commit | 31615fc21c6c40ef8654d5dfdd65adeabac84efb (patch) | |
tree | b51e62c989e21ca517f32132cf0944115ecb3b9d /npc/019-1 | |
parent | 762643991eb8e7fc986a39eab529fc9f6bb057ff (diff) | |
download | serverdata-31615fc21c6c40ef8654d5dfdd65adeabac84efb.tar.gz serverdata-31615fc21c6c40ef8654d5dfdd65adeabac84efb.tar.bz2 serverdata-31615fc21c6c40ef8654d5dfdd65adeabac84efb.tar.xz serverdata-31615fc21c6c40ef8654d5dfdd65adeabac84efb.zip |
Lower minimum vitality needed to use the Nivalis Well Shortcut from 55 to 50.
Reports remain saying you need 55+ vit, because, uh... 1% vit should insta-kill
you anyway, because monster population.
Diffstat (limited to 'npc/019-1')
-rw-r--r-- | npc/019-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index ca062a476..57d1194ef 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 -155+readparam(bVit), 0; + percentheal -150+readparam(bVit), 0; close; // Easter Egg |