diff options
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/hairstyle_config.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index de2d0467a..150aa1a0f 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -19,6 +19,9 @@ OnInit: "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"; + "Silver Grey", "Imperial Blue"; + + setarray $@allraces$[0], "Human", "Ukar", "Redy", "Elf", "Orc", + "Raijin", "Tritan"; end; } |