diff options
Diffstat (limited to 'npc/011-1')
-rw-r--r-- | npc/011-1/manastone.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index 9e04b766f..ea430f716 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -73,6 +73,8 @@ L_LevelUp: if (MAGIC_LVL) mes l("More Magic Power is granted to you, but you die from it."); MAGIC_LVL = MAGIC_LVL+1; // No penalty for death provoked by Mana Stone, see npc/001-8/hub.txt for more info + @deathpenalty_realvalue=readparam(BaseExp); + @deathpenalty_realvaljob=readparam(JobExp); @deathpenalty_override=1; percentheal -100, -100; close; |