diff --git a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs index ed1d390a77b..c5354263e8d 100644 --- a/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs +++ b/Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs @@ -149,6 +149,6 @@ public enum SpeciesNaming : byte First, FirstLast, FirstDashFirst, - FirstDashNoDashLast, + XnoY, TheFirstofLast, }