From 9c1e6fee8820e1183e61cbd6970095f9b47463e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 00:59:39 -0200 Subject: Mana Stone: Check for SP *before* reducing it, dummy --- npc/011-1/manastone.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/011-1/manastone.txt') 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: -- cgit v1.2.3-60-g2f50