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