diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 00:59:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 00:59:39 -0200 |
commit | 9c1e6fee8820e1183e61cbd6970095f9b47463e5 (patch) | |
tree | e47b099115efb75b0ccdcd562bbd4e7523c753e0 /npc/011-1/manastone.txt | |
parent | f1315912ed75e9c526b3be64e014ebda02004410 (diff) | |
download | serverdata-9c1e6fee8820e1183e61cbd6970095f9b47463e5.tar.gz serverdata-9c1e6fee8820e1183e61cbd6970095f9b47463e5.tar.bz2 serverdata-9c1e6fee8820e1183e61cbd6970095f9b47463e5.tar.xz serverdata-9c1e6fee8820e1183e61cbd6970095f9b47463e5.zip |
Mana Stone: Check for SP *before* reducing it, dummy
Diffstat (limited to 'npc/011-1/manastone.txt')
-rw-r--r-- | npc/011-1/manastone.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index a90de1c99..4a95b5cbd 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -36,12 +36,12 @@ L_NotWorthy: - percentheal -70+BaseLevel, -100+BaseLevel; - npctalk3 l("You are not worthy!"); if (readparam(Sp) != readparam(MaxSp)) dispbottom l("I must have full MP to touch it... Which I don't."); else dispbottom l("I should train my intelligence, and level up, both my base as my Job Level."); + percentheal -70+BaseLevel, -100+BaseLevel; + npctalk3 l("You are not worthy!"); end; L_Level: |