diff options
Diffstat (limited to 'world/map/npc/functions/headstyles.txt')
-rw-r--r-- | world/map/npc/functions/headstyles.txt | 21 |
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; } |