diff options
Diffstat (limited to 'npc/003-0-2')
-rw-r--r-- | npc/003-0-2/manastone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-2/manastone.txt b/npc/003-0-2/manastone.txt index 3339e29b3..6ab980ccb 100644 --- a/npc/003-0-2/manastone.txt +++ b/npc/003-0-2/manastone.txt @@ -66,7 +66,7 @@ L_LevelUp: if (MAGIC_LVL) mes l("More Magic Power is granted to you, but you die from it."); MAGIC_LVL = MAGIC_LVL+1; sk_lvup(AL_DP); - percentheal -100, -100; + die(); close; OnInit: |