summaryrefslogtreecommitdiff
path: root/npc/010-2_Dimonds_Cove/doug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-2_Dimonds_Cove/doug.txt')
-rw-r--r--npc/010-2_Dimonds_Cove/doug.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt
index ff28325f..43b1df2d 100644
--- a/npc/010-2_Dimonds_Cove/doug.txt
+++ b/npc/010-2_Dimonds_Cove/doug.txt
@@ -77,14 +77,12 @@ J_3:
L_Go:
mes "[Doug]";
mes "\"Now please go get me 20 [Cave Snake Lamp]s.\"";
- next;
close;
L_State2:
if(countitem("CaveSnakeLamp") >= 20) goto L_Have;
mes "[Doug]";
mes "\"Please help me collect 20 [Cave Snake Lamp]s!\"";
- next;
close;
L_Have:
@@ -103,12 +101,10 @@ L_Have:
mes "";
mes "[5000 experience points]";
mes "[5000 gold]";
- next;
close;
L_Done:
mes "[Doug]";
mes "\"Thanks for your help! Those snakes sure have bright lamps!\"";
- next;
close;
}