diff options
-rw-r--r-- | npc/011-1/manastone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |