summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/arpan.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 4c531194..c98fd46d 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -128,6 +128,7 @@ l_Menu:
l("Could you say me where am I?"), l_Where,
l("Where can I found this Julia?"), l_Julia,
l("Who are you?"), l_Who,
+ rif(geta(ShipQuests, ShipQuests_ArpanMoney) == 0, l("Where are my old cloths?")), l_WhereOldClothes,
rif(!@equipped, l("What should I add after taking these cloths?")), l_WhatCloth,
rif(!@equipped, l("Thank you, I go take them."), l("Nothing, sorry.")), l_Quit;
close;
@@ -140,6 +141,15 @@ l_Where:
next;
goto l_Menu;
+l_WhereOldClothes:
+ mesn;
+ mes g(l("We tried to clean them but the water sea mostly killed them. It's why we gave you these cloths, they are not very good but it's all that we got."), l("We tried to clean them but the water sea mostly killed them. It's why we gave you these cloths, they are not very good but it's all that we got."));
+ next;
+ mes g(l("Oh, now that I remember, we also find some money on your pockets, here they are!"), l("Oh, now that I remember, we also find some money on your pockets, here they are!"));
+ seta ShipQuests, ShipQuests_ArpanMoney, 1;
+ set zeny, zeny+25;
+ goto l_Menu;
+
l_Julia:
mes g(l("She is on the upper level, you can't miss her, she is the only girl of this crew, oh well, except you now!"), l("She is on the upper level, you can't miss her, she is the only girl of this crew."));
next;