diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:16:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:16:32 -0300 |
commit | b738d907f959b5628a62ee4ee8aab37d9b35f931 (patch) | |
tree | 2973af34176137e528249363bcef3f97c4cf21c4 /npc/functions | |
parent | 7f5bc59d8a46813872cb5cfa4bd89b7b084511fb (diff) | |
download | serverdata-b738d907f959b5628a62ee4ee8aab37d9b35f931.tar.gz serverdata-b738d907f959b5628a62ee4ee8aab37d9b35f931.tar.bz2 serverdata-b738d907f959b5628a62ee4ee8aab37d9b35f931.tar.xz serverdata-b738d907f959b5628a62ee4ee8aab37d9b35f931.zip |
Correct hair style listing
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", |