diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index bd1b4c40a4f..713596e5059 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -337,6 +337,7 @@ private void RenderEquipment(EntityUid equipee, EntityUid equipment, string slot displacementData = inventory.MaleDisplacements.GetValueOrDefault(slot); break; case Sex.Female: + case Sex.Futanari: // Arcane-edit if (inventory.FemaleDisplacements.Count > 0) displacementData = inventory.FemaleDisplacements.GetValueOrDefault(slot); break; diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml index 6498adb1472..913a0597cd2 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml @@ -119,6 +119,13 @@ SPDX-License-Identifier: AGPL-3.0-or-later + + + +