summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/barber.txt')
-rw-r--r--world/map/npc/functions/barber.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/world/map/npc/functions/barber.txt b/world/map/npc/functions/barber.txt
index 54732418..6bc97b75 100644
--- a/world/map/npc/functions/barber.txt
+++ b/world/map/npc/functions/barber.txt
@@ -35,6 +35,7 @@ L_Main:
"Change my style", L_Style,
"Change my color", L_Color,
"Change my gender", L_Gender,
+ "Change my species", L_Species,
"Nah, I'm fine", L_Done;
L_Gender:
@@ -66,6 +67,20 @@ L_Already_Change:
mes "\"Umm, you are that gender already.\"";
return;
+L_Species:
+ menu
+ "Talpan", L_Species_next,
+ "Tritan", L_Species_next,
+ "Ifriton", L_Species_next,
+ //"Gispaan", L_Species_next,
+ //"Sparron", L_Species_next,
+ "Nah, I'm fine", L_Done;
+
+L_Species_next:
+ set Class, @menu;
+ callfunc "fixHeadStyles";
+ return;
+
L_Style:
if(!@hairOpts) set @HairStyles$[getarraysize(@HairStyles$)], "Surprise me";
if(!@hairOpts) set @HairStyles$[getarraysize(@HairStyles$)], "Nah, I'm fine";