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)));
|
||||
|
||||
Reference in New Issue
Block a user