summaryrefslogtreecommitdiff
path: root/npc/003-1-1/yetiking.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-29 18:55:28 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-29 18:55:28 -0300
commit08a74ebabef540bbfea08c3c6dcaddac8d3d5d4e (patch)
treec5d65c5a5924a554bd5ee25dd269ced1ffba3d2a /npc/003-1-1/yetiking.txt
parent97edf96731901915e9d388b0334e38b6b4b5d44d (diff)
downloadserverdata-08a74ebabef540bbfea08c3c6dcaddac8d3d5d4e.tar.gz
serverdata-08a74ebabef540bbfea08c3c6dcaddac8d3d5d4e.tar.bz2
serverdata-08a74ebabef540bbfea08c3c6dcaddac8d3d5d4e.tar.xz
serverdata-08a74ebabef540bbfea08c3c6dcaddac8d3d5d4e.zip
Allow Yeti King Quest for sub35 reborn. Fix 032-2 shovel dungeons.
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r--npc/003-1-1/yetiking.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index 0b54d4e4e..e9e48d6b5 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -122,7 +122,7 @@ OnSummonTalk:
goto L_Die;
if (@menu == 3)
close;
- if (BaseLevel < 35 && !countitem(MirrorLakeArmor)) {
+ if (BaseLevel < 35 && !countitem(MirrorLakeArmor) && !REBIRTH) {
mesn l("Dah Yeti King!!");
mesq l("You? Have you ever looked in the mirror? You're not even level 35. Begone.");
close;