From c5e76820b1605d85faf6b635dd1f9e3ce5e811ce Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 2 Jun 2011 19:12:40 -0700 Subject: Remove brackets around item names --- npc/010-2/doug.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/010-2/doug.txt') 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: -- cgit v1.2.3-70-g09d2