From 7406d29f803d39750410a160557dc16b349f859c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Jun 2018 14:40:34 -0300 Subject: Block Dan's quest to level 1 players. [skip ci] --- npc/002-1/dan.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/002-1') diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 3e2fabf60..c33246a6c 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -29,6 +29,7 @@ close; L_Quest: + if (BaseLevel < 2) goto L_Weak; mes ""; mesn; mesq l("Then could you perhaps kill 12 @@ for me?!", getmonsterlink(Piou)); @@ -41,6 +42,12 @@ L_Quest: mesq l("Oh, please. They're weaker than Maggots. They will only pose a threat if you're unarmed."); close; +L_Weak: + mes ""; + mesn; + mesq l("Hmpf, so says a level 1 player."); + close; + L_Continue: mes ""; mesn; -- cgit v1.2.3-70-g09d2