diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/011-1/manastone.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index a5d259b63..82ea148a1 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -30,8 +30,10 @@ L_NotWorthy: percentheal -70+BaseLevel, -100+BaseLevel; npctalk3 l("You are not worthy!"); - if (MAGIC_LVL == 0) - dispbottom l("I should train my intelligence, have full MP, and don't neglect even Job Level."); + 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."); end; L_Level: |