summaryrefslogtreecommitdiff
path: root/npc/003-0-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-13 17:38:07 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-13 17:38:07 -0300
commit891bcdfa72b4093bfdb241b5a1a11ec7838b3d51 (patch)
treed6dcfd782bba8824b317eb9a2e92f8b5d8cabd0c /npc/003-0-2
parentbc7dfe9175842ddcdba8d7372341ba625ffa4036 (diff)
downloadserverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.gz
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.bz2
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.xz
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.zip
At Monster King defeat, mana stone no longer kills
Diffstat (limited to 'npc/003-0-2')
-rw-r--r--npc/003-0-2/manastone.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-0-2/manastone.txt b/npc/003-0-2/manastone.txt
index 6ab980ccb..2bdbf1d53 100644
--- a/npc/003-0-2/manastone.txt
+++ b/npc/003-0-2/manastone.txt
@@ -66,7 +66,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;
sk_lvup(AL_DP);
- die();
+ if ($GAME_STORYLINE < 5)
+ die();
close;
OnInit: