summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-1/dan.txt7
1 files changed, 7 insertions, 0 deletions
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;