summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1-1')
-rw-r--r--npc/003-1-1/yetiking.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index b26ffd51a..4474a0c60 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -44,7 +44,6 @@ OnTimer5000:
} else {
npctalk("You're courageous to summon me, I'll give you that.");
areatimer "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk";
- stopnpctimer;
}
end;
@@ -107,6 +106,11 @@ OnSummonTalk:
goto L_Die;
if (@menu == 2)
close;
+ if (BaseLevel < 35) {
+ mesn "Dah Yeti King!!";
+ mesq l("You? Have you ever looked in the mirror? You're not even level 35. Begone.");
+ close;
+ }
mesn "Dah Yeti King!!";
mesq l("Well, then I'll give you a task. We may meet again in Soren Village.");