summaryrefslogtreecommitdiff
path: root/npc/010-2/doug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-2/doug.txt')
-rw-r--r--npc/010-2/doug.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/010-2/doug.txt b/npc/010-2/doug.txt
index 0f35e02a..d072073d 100644
--- a/npc/010-2/doug.txt
+++ b/npc/010-2/doug.txt
@@ -11,13 +11,13 @@
L_0:
mes "[Doug]";
- mes "\"I need 20 more [Cave Snake Lamp]s to make my light!\"";
+ mes "\"I need 20 more Cave Snake Lamps to make my light!\"";
next;
goto L_Question;
L_1:
mes "[Doug]";
- mes "\"This lamp should light up this whole place! I just need 20 [Cave Snake Lamp]s.\"";
+ mes "\"This lamp should light up this whole place! I just need 20 Cave Snake Lamps.\"";
next;
goto L_Question;
@@ -29,13 +29,13 @@ L_2:
L_3:
mes "[Doug]";
- mes "\"Can you get me 20 [Cave Snake Lamp]s? I need them to get this light finished.\"";
+ mes "\"Can you get me 20 Cave Snake Lamps? I need them to get this light finished.\"";
next;
goto L_Question;
L_Question:
mes "[Doug]";
- mes "\"Will you help me find 20 [Cave Snake Lamp]s?\"";
+ mes "\"Will you help me find 20 Cave Snake Lamps?\"";
next;
menu
"Yes", L_Sure,
@@ -76,13 +76,13 @@ J_3:
L_Go:
mes "[Doug]";
- mes "\"Now please go get me 20 [Cave Snake Lamp]s.\"";
+ mes "\"Now please go get me 20 Cave Snake Lamps.\"";
close;
L_State2:
if(countitem("CaveSnakeLamp") >= 20) goto L_Have;
mes "[Doug]";
- mes "\"Please help me collect 20 [Cave Snake Lamp]s!\"";
+ mes "\"Please help me collect 20 Cave Snake Lamps!\"";
close;
L_Have: