Long human ears (#30490)

Long human ears colour fix. Shortcut removed.
This commit is contained in:
Rouge2t7
2024-08-22 00:44:43 +01:00
committed by GitHub
parent 759089e5a2
commit 7e60431754
9 changed files with 42 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ namespace Content.Shared.Humanoid
[Serializable, NetSerializable]
public enum HumanoidVisualLayers : byte
{
Special, // for the cat ears
Tail,
Hair,
FacialHair,
@@ -18,6 +19,7 @@ namespace Content.Shared.Humanoid
RArm,
LArm,
RHand,
LHand,
RLeg,
LLeg,
@@ -27,5 +29,6 @@ namespace Content.Shared.Humanoid
StencilMask,
Ensnare,
Fire,
}
}