-
Notifications
You must be signed in to change notification settings - Fork 99
Description
In this game your character either shows its own natural hairstyle or override your current displayed hairstyle with an equipped "Wig" type item.
AppearancePcHelper.cs
should send the wig style ID if a wig-type item is equipped instead, but we need to be careful not to accidentally consider wigs (that are items) in the stylist NPC.
An example for this issue would be creating an item with >item 12150
, and then equipping it to notice the character's hairstyle does not actually change.
Note that some hats are considered wigs. An example would be item ID 12139
, which looks a lot like a hat but is actually considered a wig. This does not change much effectively but is good to have in mind in case we want to add wigs as natural hairstyles directly to the stylist NPC.