diff options
author | Wushin <pasekei@gmail.com> | 2016-04-19 14:48:03 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2016-04-19 14:48:03 -0500 |
commit | c19fb8e9499f7364802bc15a0d002b31aca36ae8 (patch) | |
tree | ddae91670f23676ed16d54dc49b6e7a9a7d5b23f /world/map/npc/029-2 | |
parent | 67ccb70819b5038b4ea7a5543300097505b67a36 (diff) | |
parent | 2a41d8c788838d2b63119bc95e04908eee2cdb64 (diff) | |
download | serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.gz serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.bz2 serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.tar.xz serverdata-c19fb8e9499f7364802bc15a0d002b31aca36ae8.zip |
Merge pull request #469 from wushin/add-more-barbers
Add More Barbers and Barber to start.
Diffstat (limited to 'world/map/npc/029-2')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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?\""; |