diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml index 3498374eca..ea96319d07 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml @@ -162,14 +162,14 @@ - + @@ -193,7 +193,7 @@ - + diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 26811c68ce..4f6eca1456 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -207,11 +207,11 @@ namespace Content.Client.Preferences.UI //AMOUR START #region Genitals - //InitializeGenitals(); + InitializeGenitals(); #endregion #region height - //InitializeHeight(); + InitializeHeight(); #endregion //AMOUR END @@ -235,7 +235,7 @@ namespace Content.Client.Preferences.UI SetSpecies(_speciesList[args.Id].ID); UpdateHairPickers(); OnSkinColorOnValueChanged(); - //UpdateHeightControl(); // AMOUR + UpdateHeightControl(); // AMOUR }; #endregion Species @@ -1289,9 +1289,9 @@ namespace Content.Client.Preferences.UI //WD-EDIT //Amour edit - //UpdateGenitalsControls(); + UpdateGenitalsControls(); UpdateRoleplayThink(); - //UpdateHeightControl(); + UpdateHeightControl(); //Amour edit _preferenceUnavailableButton.SelectId((int) Profile.PreferenceUnavailable); diff --git a/Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height b/Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height.cs similarity index 100% rename from Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height rename to Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height.cs diff --git a/Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals b/Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals.cs similarity index 100% rename from Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals rename to Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals.cs