diff options
Diffstat (limited to 'npc/011-1')
-rw-r--r-- | npc/011-1/manastone.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index 133a1fe69..f94933cc3 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -40,8 +40,8 @@ L_NotWorthy: 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!"); + percentheal -70+BaseLevel, -100+BaseLevel; end; L_Level: @@ -60,9 +60,9 @@ L_Level: L_NotWorthy2: if (is_gm()) movenpc .name$, 20+rand(160), 20+rand(160); if (is_gm()) close; - percentheal -20, -50; npctalk3 l("You are not worthy!"); - if (MAGIC_LVL == 0) + percentheal -20, -50; + if (!MAGIC_LVL) dispbottom l("I should train my intelligence, have full MP, and don't neglect even Job Level."); end; |