From 2a41d8c788838d2b63119bc95e04908eee2cdb64 Mon Sep 17 00:00:00 2001 From: wushin Date: Tue, 19 Apr 2016 11:02:06 -0500 Subject: Add More Barbers and Barber to start. --- world/map/npc/009-2/selim.txt | 5 +++++ world/map/npc/029-2/sorfina.txt | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index ce5cc424..708b2e13 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -11,8 +11,13 @@ L_Main: "Can you dye something for me?", L_clothes_choice, "Can you also remove color from clothing?", L_ask_bleach, "About these sorcerer robes...", L_asksorcererrobe, + "Can you change my appearance?", L_barber, "Never mind.", L_Close; +L_barber: + callfunc "Barber"; + goto L_Main; + L_ask_bleach: mes "[Selim]"; mes "\"I'm afraid no."; diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 8919bade..5d3f0b00 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -169,6 +169,7 @@ L_Explain: "... the inventory and items?",L_Items, "... shortcuts?",L_Shortcut, "... what to do in Candor?",L_Aidan, + "... change my appearence?",L_Barber, "... nevermind.",L_Close; L_Walk: @@ -241,6 +242,15 @@ L_Aidan: mes "Talk to everybody. You can never tell when they might know something useful.\""; goto L_Close; +L_Barber: + mes "[Sorfina]"; + mes "\"Jessie downstairs can change your appearance.\""; + mes "\"They will allow you to change your hair color or style as well as gender.\""; + next; + mes "\"There are a number of people across the continent that can change this for you.\""; + mes "\"There is no cost or limit to the number of times it can be changed.\""; + goto L_Close; + L_Hasan: mes "[Sorfina]"; mes "\"Make yourself at home! Do you have any questions?\""; -- cgit v1.2.3-60-g2f50