summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/vincent.txt
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/001-1_Tulimshar/vincent.txt
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/001-1_Tulimshar/vincent.txt')
-rw-r--r--npc/001-1_Tulimshar/vincent.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index 2ab79e4f..e0572407 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -12,13 +12,13 @@
L_Opening1:
mes "[Vincent]";
- mes "\"I just need 30 more [Bug Legs] to finish my action figure!\"";
+ mes "\"I just need 30 more [Bug Leg]s to finish my action figure!\"";
next;
goto L_Ask;
L_Opening2:
mes "[Vincent]";
- mes "\"This maggot action figure is awesome! I just need to attach [30 Part A{Bug Leg}]\"";
+ mes "\"This maggot action figure is awesome! I just need to attach 30 [Bug Leg]s.\"";
next;
goto L_Ask;
@@ -29,13 +29,13 @@ L_Opening3:
L_Opening4:
mes "[Vincent]";
- mes "\"Can you get me 30 [Bug Legs]? I need them to replace the action figure parts.\"";
+ mes "\"Can you get me 30 [Bug Leg]s? I need them to replace the action figure parts.\"";
next;
goto L_Ask;
L_Ask:
mes "[Vincent]";
- mes "\"Will you help me find 30 [Bug Legs]?\"";
+ mes "\"Will you help me find 30 [Bug Leg]s?\"";
next;
menu
"Yes", L_Sure,
@@ -76,13 +76,13 @@ L_Req4:
L_Wait:
mes "[Vincent]";
- mes "\"Now please go get me 30 [Bug Legs]\"";
+ mes "\"Now please go get me 30 [Bug Leg]s.\"";
close;
L_Progress:
if(countitem(518) >= 30) goto L_Have;
mes "[Vincent]";
- mes "\"Please help me collect 30 [Bug Legs]!\"";
+ mes "\"Please help me collect 30 [Bug Leg]s!\"";
close;
L_Have: