From bc685e505e42f7bf4102316eaa994d93a880b9c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 02:19:52 -0300 Subject: Suggest halin visitors to search for the Mana Stone which totally doesn't exist :> Reorder when negative percentheal happens --- npc/011-1/manastone.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/011-1/manastone.txt') 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; -- cgit v1.2.3-60-g2f50