diff options
author | Reid <reidyaro@gmail.com> | 2012-01-12 20:47:09 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-12 20:47:09 +0100 |
commit | 2112fc5ead7e26e0270e109df2341f48ea859bbd (patch) | |
tree | 1e80355ba9b148c95586db94fc840270c033aea2 /npc | |
parent | 47b6877f5e3e1022936bfb592aebcd0acbbe1eee (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
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; |