diff --git a/Content.Client/CharacterAppearance/Systems/HumanoidAppearanceSystem.cs b/Content.Client/CharacterAppearance/Systems/HumanoidAppearanceSystem.cs index a8856db011..77fdf07c00 100644 --- a/Content.Client/CharacterAppearance/Systems/HumanoidAppearanceSystem.cs +++ b/Content.Client/CharacterAppearance/Systems/HumanoidAppearanceSystem.cs @@ -37,6 +37,8 @@ namespace Content.Client.CharacterAppearance.Systems HumanoidVisualLayers.LHand, HumanoidVisualLayers.RLeg, HumanoidVisualLayers.LLeg, + HumanoidVisualLayers.RFoot, + HumanoidVisualLayers.LFoot }; private void UpdateLooks(EntityUid uid, HumanoidAppearanceComponent component, ChangedHumanoidAppearanceEvent args)