From 8e55f5a170c408c760fb2b422a72d5c0c6191f2a Mon Sep 17 00:00:00 2001 From: Mith-randalf <84274729+Mith-randalf@users.noreply.github.com> Date: Sat, 20 Nov 2021 23:17:15 +0000 Subject: [PATCH] adds feet (#5421) --- .../CharacterAppearance/Systems/HumanoidAppearanceSystem.cs | 2 ++ 1 file changed, 2 insertions(+) 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)