diff options
Diffstat (limited to 'npc')
-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: |