Vox names, species prototype cleanup, some cosmetic changes (#24994)
* voxnames * New generator parameters, names are more readable * bunch of missing vox stuff * more names * sad
This commit is contained in:
@@ -26,6 +26,9 @@ namespace Content.Shared.Humanoid
|
||||
|
||||
switch (speciesProto.Naming)
|
||||
{
|
||||
case SpeciesNaming.First:
|
||||
return Loc.GetString("namepreset-first",
|
||||
("first", GetFirstName(speciesProto, gender)));
|
||||
case SpeciesNaming.TheFirstofLast:
|
||||
return Loc.GetString("namepreset-thefirstoflast",
|
||||
("first", GetFirstName(speciesProto, gender)), ("last", GetLastName(speciesProto)));
|
||||
|
||||
@@ -124,6 +124,7 @@ public sealed partial class SpeciesPrototype : IPrototype
|
||||
|
||||
public enum SpeciesNaming : byte
|
||||
{
|
||||
First,
|
||||
FirstLast,
|
||||
FirstDashFirst,
|
||||
TheFirstofLast,
|
||||
|
||||
Reference in New Issue
Block a user