diff --git a/Content.Shared/Humanoid/SkinColor.cs b/Content.Shared/Humanoid/SkinColor.cs index 2dc95fcf07..7d3e0ca08f 100644 --- a/Content.Shared/Humanoid/SkinColor.cs +++ b/Content.Shared/Humanoid/SkinColor.cs @@ -8,7 +8,8 @@ public static class SkinColor public const float MaxTintedHuesSaturation = 0.1f; public const float MinTintedHuesLightness = 0.85f; - public const float MinHuesLightness = 0.175f; + // ADT-Tweak: Разблокировка палитры доступных цветов для рас, имеющих RGB Смену цвета + public const float MinHuesLightness = 0.01f; public const float MinFeathersHue = 29f / 360; public const float MaxFeathersHue = 174f / 360;