summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/headstyles.txt
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-17 12:44:44 -0500
committergumi <git@gumi.ca>2018-01-17 12:44:44 -0500
commit8964751436c71ea3ce8f9233d00cb96c5e8c7d87 (patch)
tree0595d7e521b3b145b095bd206e72015576cc2cd4 /world/map/npc/functions/headstyles.txt
parentefb1b0173e2dfae8affe48d7c4d9b0a14d9803c2 (diff)
downloadserverdata-8964751436c71ea3ce8f9233d00cb96c5e8c7d87.tar.gz
serverdata-8964751436c71ea3ce8f9233d00cb96c5e8c7d87.tar.bz2
serverdata-8964751436c71ea3ce8f9233d00cb96c5e8c7d87.tar.xz
serverdata-8964751436c71ea3ce8f9233d00cb96c5e8c7d87.zip
add species selection to barber menu
Diffstat (limited to 'world/map/npc/functions/headstyles.txt')
-rw-r--r--world/map/npc/functions/headstyles.txt21
1 files changed, 7 insertions, 14 deletions
diff --git a/world/map/npc/functions/headstyles.txt b/world/map/npc/functions/headstyles.txt
index 2ddaa4a6..ee28868f 100644
--- a/world/map/npc/functions/headstyles.txt
+++ b/world/map/npc/functions/headstyles.txt
@@ -51,14 +51,10 @@ L_Talpan:
L_Tritan:
setarray @HairStyles$[0],
- "1", "2", "3", "4", "5",
- "6", "7", "8", "9", "10",
- "11", "12", "13", "14", "15",
- "16", "17", "18", "19", "20";
+ "Finless", "Mohawk", "Dorsal", "Translucid", "Spiky",
+ "Dual dorsal", "Helmet", "Intricate", "Lateral";
setarray @HairColors$[0],
- "1", "2", "3", "4", "5",
- "6", "7", "8", "9", "10",
- "11", "12", "13", "14", "15";
+ "Midori", "Aqua", "Mauve", "Magenta", "Jet";
return;
L_Gispaan:
@@ -87,13 +83,10 @@ L_Sparron:
L_Ifriton:
setarray @HairStyles$[0],
- "1", "2", "3", "4", "5",
- "6", "7", "8", "9", "10",
- "11", "12", "13", "14", "15",
- "16", "17", "18", "19", "20";
+ "Plain", "Horny", "Kinky", "Fiendish", "Modest",
+ "Spiky";
setarray @HairColors$[0],
- "1", "2", "3", "4", "5",
- "6", "7", "8", "9", "10",
- "11", "12", "13", "14", "15";
+ "Natural", "Fiery", "Bold", "Blazing", "Spunky",
+ "Gloomy";
return;
}