diff options
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 62e95fbc..0978cdd9 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 clothes?")), 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; |