From 9d8ad0a54aa559d3d121037bd19a993afe72506f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 May 2021 14:21:26 -0300 Subject: Some bugfixes, related to MLP --- npc/003-1-1/yetiking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1-1/yetiking.txt') 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; -- cgit v1.2.3-70-g09d2