From 1014cba1c32d2505b99c9f0722ba89555e23ca10 Mon Sep 17 00:00:00 2001
From: Jabak <163307958+Jabaks@users.noreply.github.com>
Date: Wed, 17 Jul 2024 22:42:01 +0300
Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D1=82=20=D1=82=D0=B5=D0=BF=D0=B5?=
=?UTF-8?q?=D1=80=D1=8C=20=D1=84=D0=B8=D0=BA=D1=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Preferences/UI/HumanoidProfileEditor.xaml | 6 +++---
.../Preferences/UI/HumanoidProfileEditor.xaml.cs | 10 +++++-----
...leEditor.Height => HumanoidProfileEditor.Height.cs} | 0
...itor.Genitals => HumanoidProfileEditor.Genitals.cs} | 0
4 files changed, 8 insertions(+), 8 deletions(-)
rename Content.Client/_Amour/CustomHeight/{HumanoidProfileEditor.Height => HumanoidProfileEditor.Height.cs} (100%)
rename Content.Client/_Amour/HumanoidProfileEditorExt/{HumanoidProfileEditor.Genitals => HumanoidProfileEditor.Genitals.cs} (100%)
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