diff options
Diffstat (limited to 'npc/002-1/arpan.txt')
-rw-r--r-- | npc/002-1/arpan.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 4f33ded0d..f62184ba9 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -118,13 +118,25 @@ OnTalk: l("Yes, I want to find out who I am."), l("No, but what option do I have? I'm railroaded!"); + if (@menu == 2) { + mesn; + mesq l("Yeye is not paying for your food and is not a sailor like us! You should start standing on your own feet."); + next; + mesn strcharinfo(0); + mesq l("Thanks for the honestity, I guess."); + next; + } + mes ""; - mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Juliet, was here with you, and she did her best to heal your injuries."); + mesn; + mesq l("Anyway, our shipkeeper, Juliet, helped to heal your injuries way back."); next; + mesn; if (.@q_julia == 0) setq ShipQuests_Julia, 1; - mesq lg("Yaya, you should go see her! She'll be happy to see you."); + mesq lg("Yaya, you should go see her! She'll be happy to help you again."); next; + mesn; mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside."); setcamnpc "Chest"; goto L_Menu; |