summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/vincent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/029-1/vincent.txt')
-rw-r--r--world/map/npc/029-1/vincent.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/029-1/vincent.txt b/world/map/npc/029-1/vincent.txt
index e36b52c2..ddc6233b 100644
--- a/world/map/npc/029-1/vincent.txt
+++ b/world/map/npc/029-1/vincent.txt
@@ -40,12 +40,12 @@ L_Con_Vin_First:
goto L_Opening1;
L_Opening1:
- mes "\"I just need 5 more Bug Legs to finish my action figure!\"";
+ mes "\"I just need 5 more insect legs to finish my action figure!\"";
next;
goto L_Ask;
L_Opening2:
- mes "\"This maggot action figure is awesome! I just need to attach 5 Bug Legs.\"";
+ mes "\"This maggot action figure is awesome! I just need to attach 5 insect legs.\"";
next;
goto L_Ask;
@@ -55,12 +55,12 @@ L_Opening3:
goto L_Ask;
L_Opening4:
- mes "\"Can you get me 5 Bug Legs? I need them to replace the action figure parts.\"";
+ mes "\"Can you get me 5 insect legs? I need them to replace the action figure parts.\"";
next;
goto L_Ask;
L_Ask:
- mes "\"Will you help me find 5 Bug Legs?\"";
+ mes "\"Will you help me find 5 insect legs?\"";
next;
menu
"Yes.", L_Sure,
@@ -99,23 +99,23 @@ L_Req4:
goto L_Wait;
L_Wait:
- mes "\"Now please go get me 5 Bug Legs.\"";
+ mes "\"Now please go get me 5 insect legs.\"";
goto L_Close;
L_Progress:
- if(countitem("BugLeg") >= 5)
+ if(countitem("InsectLeg") >= 5)
goto L_Have;
mes "[Vincent]";
- mes "\"Please help me collect 5 Bug Legs! I need them to complete my action figure.\"";
+ mes "\"Please help me collect 5 insect legs! I need them to complete my action figure.\"";
goto L_Close;
L_Have:
mes "[Vincent]";
mes "\"Excellent! Finally I can complete the model!!\"";
next;
- if(countitem("BugLeg") < 5)
+ if(countitem("InsectLeg") < 5)
goto L_Progress;
- delitem "BugLeg", 5;
+ delitem "InsectLeg", 5;
getexp 50, 0;
set Zeny, Zeny + 1000;
set QL_VINCENT, 2;