diff --git a/Content.Client/GameObjects/Components/Mobs/HairComponent.cs b/Content.Client/GameObjects/Components/Mobs/HairComponent.cs index 5a929da39b..fbce8ed28c 100644 --- a/Content.Client/GameObjects/Components/Mobs/HairComponent.cs +++ b/Content.Client/GameObjects/Components/Mobs/HairComponent.cs @@ -42,6 +42,8 @@ namespace Content.Client.GameObjects.Components.Mobs sprite.LayerSetShader(HumanoidVisualLayers.Hair, _hairShader); sprite.LayerSetShader(HumanoidVisualLayers.FacialHair, _facialHairShader); } + + UpdateHairStyle(); } public override string FacialHairStyleName