From 5523a52f38d1cd2a0f2947ff89661a4d39a42e3a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 02:21:01 -0300 Subject: Do not allow healing at Mana Stone's not-worthy judgment, with min() functions --- npc/011-1/manastone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index f94933cc3..429d1a4f6 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -41,7 +41,7 @@ L_NotWorthy: else dispbottom l("I should train my intelligence, and level up, both my base as my Job Level."); npctalk3 l("You are not worthy!"); - percentheal -70+BaseLevel, -100+BaseLevel; + percentheal min(-10, -70+BaseLevel), min(-10, -100+BaseLevel); end; L_Level: -- cgit v1.2.3-60-g2f50