summaryrefslogtreecommitdiff
path: root/npc/010-2_Dimonds_Cove
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-05-20 21:43:56 +0200
committerJared Adams <jaxad0127@gmail.com>2009-05-20 17:31:06 -0600
commit761af1f0ee86abd4ebcebe73acefa8b3cedcdf77 (patch)
tree799cc78d96d65b92ef2f8ac97e78435f9e2aec92 /npc/010-2_Dimonds_Cove
parenta8dcdb343624c94485f7ea4c9ac07648a489a706 (diff)
downloadserverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.gz
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.bz2
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.xz
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.zip
Minor string fixes
* Correct spelling of Scoprion (reported by erebe on the forums) * Remove plural ending from item popup syntax
Diffstat (limited to 'npc/010-2_Dimonds_Cove')
-rw-r--r--npc/010-2_Dimonds_Cove/doug.txt12
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 34dbb609..505c7a54 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(612) >= 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: