diff options
Diffstat (limited to 'npc/config/hairstyle_config.txt')
-rw-r--r-- | npc/config/hairstyle_config.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt deleted file mode 100644 index 6a43e4c8..00000000 --- a/npc/config/hairstyle_config.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Hairstyle config -// set array of style and colors - -001-2-29,37,31,0 script hairstyle_config NPC_HIDDEN,0,0,{ - - end; - -OnInit: - setarray $@hairstyle$[0], "(none)", "Bald", "Bowl cut", "Combed back", - "Emo", "Mohawk", "Pompadour", "Center parting", "Long and slick", - "Short and curly", "Pigtails", "Long and curly", "Parted", - "Perky ponytail", "Wave", "Mane", "Bun", "Wavy", "Bunches", - "Long ponytail", "Infinitely long", "Choppy", "Wild", "Punk", - "Imperial", "Side strand", "Messy", "Flat ponytail", - "Tapered Nape"; - - setarray $@haircolor$[0], "Off black", "Ash brown", "Dark brown", - "Dark copper", "Auburn brown", "Honey brown", "Copper blonde", - "Golden blonde", "Pure platinum", "Cherry blossom", "Pinky pink", - "Fire red", "Light violet", "Purple plum", "Navy blue", - "Lagoon blue", "Twisted teal", "Spring Green", "Forest Green", - "Silver Grey", "Esperia Blue"; - - setarray $@REFEXP[0], 400, 900, 2250, 6500, 15000; - end; -} |