From 8964751436c71ea3ce8f9233d00cb96c5e8c7d87 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 17 Jan 2018 12:44:44 -0500 Subject: add species selection to barber menu --- world/map/npc/functions/barber.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'world/map/npc/functions/barber.txt') 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"; -- cgit v1.2.3-60-g2f50