diff options
m--------- | client-data | 0 | ||||
-rw-r--r-- | world/map/db/const.txt | 2 | ||||
-rw-r--r-- | world/map/npc/functions/barber.txt | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/client-data b/client-data -Subproject c736ba3dc0bc5922968703f55af6956f78e5769 +Subproject d17ad1f23be40b26ea8ff906c5f20be16534858 diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 85a5d68c..bc7518c4 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -178,6 +178,7 @@ HS_Mane 15 HS_Bun 16 HS_ShoulderLengthFlick 17 HS_Fizzy 18 +HS_LongAndClipped 19 // Hair colors HC_LIGHT_BROWN 0 @@ -192,6 +193,7 @@ HC_LIGHT_BLUE 8 HC_DARK_PURPLE 9 HC_BLACK 10 HC_PINK 11 +HC_BROWN 12 HC_WHITE 127 // Colors for dyed items diff --git a/world/map/npc/functions/barber.txt b/world/map/npc/functions/barber.txt index cfd60c0f..7d4bb62d 100644 --- a/world/map/npc/functions/barber.txt +++ b/world/map/npc/functions/barber.txt @@ -53,7 +53,7 @@ L_Style: "Bun", -, "Shoulder Length Flick", -, "Fizzy", -, - // "Last normal style (currently displayed as bald)", -, + "Long and Clipped", -, "Surprise me", L_RandomStyle, "Nah, I'm fine", L_Done; @@ -119,7 +119,7 @@ function|script|OnInitBarber|{ "Pompadour", "Center parting/Short and slick", "Long and slick", "Short and curly", "Pigtails", "Long and curly", "Parted", "Perky ponytail", "Wave", "Mane", "Bun", "Shoulder Length Flick", - "Fizzy", "Bald"; + "Fizzy", "Long and Clipped"; setarray $@HairColors$, "Brunette", "Green", "Dark red", "Light purple", "Gray", "Blonde", "Teal", "Light red", "Blue", "Dark purple", "Black", "Pink", |