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 be0f06f commit 66faee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ public sealed partial class SpeciesPrototype : IPrototype
[DataField]
public string FemaleFirstNames { get; private set; } = "names_first_female";

[DataField]
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 66faee1

Please sign in to comment.