diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/headstyles.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/npc/functions/headstyles.txt b/npc/functions/headstyles.txt index 7adea282..c56eb900 100644 --- a/npc/functions/headstyles.txt +++ b/npc/functions/headstyles.txt @@ -29,13 +29,12 @@ L_RandomHair: 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 $@hairstyle$[0], "(none)", "Bald", "Flat Ponytail", "Bowl Cut", // 3 + "Combed back", "Emo", "Mohawk", "Pompadour", "Center parting", // 8 + "Long and Slick", "Short and Curly", "Pigtails", "Long and Curly", // 12 + "Parted", "Perky Ponytail", "Wave", "Mane", "Bun", // 17 + "Shoulder Length and Flick", "Fizzy", "Long and Clopped", "Bunches", // 21 + "Long Ponytail", "Indefinitely long"; setarray $@haircolor$[0], "Light Brown", "Green", "Red", "Purple", "Gray", "Yellow", "Blue", |