summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-12 20:47:09 +0100
committerReid <reidyaro@gmail.com>2012-01-12 20:47:09 +0100
commit2112fc5ead7e26e0270e109df2341f48ea859bbd (patch)
tree1e80355ba9b148c95586db94fc840270c033aea2 /npc/000-2-1/arpan.txt
parent47b6877f5e3e1022936bfb592aebcd0acbbe1eee (diff)
downloadserverdata-2112fc5ead7e26e0270e109df2341f48ea859bbd.tar.gz
serverdata-2112fc5ead7e26e0270e109df2341f48ea859bbd.tar.bz2
serverdata-2112fc5ead7e26e0270e109df2341f48ea859bbd.tar.xz
serverdata-2112fc5ead7e26e0270e109df2341f48ea859bbd.zip
Correct a wrong word on arpan script. ("add" is remplaced to "do")
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 68b9dbda..bac61130 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -129,7 +129,7 @@ l_Menu:
lg("Where can I find 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, lg("What should I add after taking these clothes?")), l_WhatCloth,
+ rif(!@equipped, lg("What should I do after taking these clothes?")), l_WhatCloth,
rif(!@equipped, l("Thank you, I'll take them."), l("Nothing, sorry.")), l_Quit;
close;