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:
Errant
2024-02-14 04:08:45 +01:00
committed by GitHub
parent bd669a93cd
commit 5a9ab3b315
22 changed files with 2882 additions and 100 deletions

View File

@@ -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)));