From 88c257028dd4d82a8e3c9c5103fc0c6048fca533 Mon Sep 17 00:00:00 2001 From: Zekins <136648667+Zekins3366@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:25:55 +0300 Subject: [PATCH] Update SpeciesPrototype.cs --- Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }