summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 14:21:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-27 14:21:26 -0300
commit9d8ad0a54aa559d3d121037bd19a993afe72506f (patch)
tree655bdd0057bd56ca9ea04af5963e39293f1c9593 /npc/003-1-1
parent5c9b7b96ea78205dc428f38822b9e9f5e401c7e3 (diff)
downloadserverdata-9d8ad0a54aa559d3d121037bd19a993afe72506f.tar.gz
serverdata-9d8ad0a54aa559d3d121037bd19a993afe72506f.tar.bz2
serverdata-9d8ad0a54aa559d3d121037bd19a993afe72506f.tar.xz
serverdata-9d8ad0a54aa559d3d121037bd19a993afe72506f.zip
Some bugfixes, related to MLP
Diffstat (limited to 'npc/003-1-1')
-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 e6f311217..fa255bcd2 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -120,7 +120,7 @@ OnSummonTalk:
goto L_Die;
if (@menu == 3)
close;
- if (BaseLevel < 35) {
+ if (BaseLevel < 35 && !countitem(MirrorLakeArmor)) {
mesn l("Dah Yeti King!!");
mesq l("You? Have you ever looked in the mirror? You're not even level 35. Begone.");
close;