Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update SpeciesPrototype.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Mar 27, 2024
1 parent f5c1cc0 commit eb4eac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public sealed partial class SpeciesPrototype : IPrototype
[DataField]
public string FemaleFirstNames { get; private set; } = "names_first_female";

[DataField("lastNames")]
public string LastNames { get; private set; } = "names_last";

// Corvax-LastnameGender-Start: Split lastname field by gender
[DataField]
public string MaleLastNames { get; private set; } = "names_last_male";
Expand Down

0 comments on commit eb4eac2

Please sign in to comment.