summaryrefslogtreecommitdiff
path: root/npc/001-1/vincent.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-02 19:12:40 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-02 20:10:03 -0700
commitc5e76820b1605d85faf6b635dd1f9e3ce5e811ce (patch)
tree052db8a105c3046e772bbe7e5dbce5e81579e183 /npc/001-1/vincent.txt
parentbc2c0112d83edf1d64b3d5db90ee94c72134160f (diff)
downloadserverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.gz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.bz2
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.xz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.zip
Remove brackets around item names
Diffstat (limited to 'npc/001-1/vincent.txt')
-rw-r--r--npc/001-1/vincent.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1/vincent.txt b/npc/001-1/vincent.txt
index ffd05162..78ebba6a 100644
--- a/npc/001-1/vincent.txt
+++ b/npc/001-1/vincent.txt
@@ -28,13 +28,13 @@ L_Start:
L_Opening1:
mes "[Vincent]";
- mes "\"I just need 10 more [Bug Leg]s to finish my action figure!\"";
+ mes "\"I just need 10 more Bug Legs 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 10 [Bug Leg]s.\"";
+ mes "\"This maggot action figure is awesome! I just need to attach 10 Bug Legs.\"";
next;
goto L_Ask;
@@ -46,13 +46,13 @@ L_Opening3:
L_Opening4:
mes "[Vincent]";
- mes "\"Can you get me 10 [Bug Leg]s? I need them to replace the action figure parts.\"";
+ mes "\"Can you get me 10 Bug Legs? I need them to replace the action figure parts.\"";
next;
goto L_Ask;
L_Ask:
mes "[Vincent]";
- mes "\"Will you help me find 10 [Bug Leg]s?\"";
+ mes "\"Will you help me find 10 Bug Legs?\"";
next;
menu
"Yes", L_Sure,
@@ -93,13 +93,13 @@ L_Req4:
L_Wait:
mes "[Vincent]";
- mes "\"Now please go get me 10 [Bug Leg]s.\"";
+ mes "\"Now please go get me 10 Bug Legs.\"";
close;
L_Progress:
if(countitem("BugLeg") >= 10) goto L_Have;
mes "[Vincent]";
- mes "\"Please help me collect 10 [Bug Leg]s!\"";
+ mes "\"Please help me collect 10 Bug Legs!\"";
close;
L_Have: