examining age fix (#12278)
This commit is contained in:
@@ -509,10 +509,14 @@ public sealed partial class HumanoidSystem : SharedHumanoidSystem
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (age < speciesPrototype.YoungAge)
|
if (age < speciesPrototype.YoungAge)
|
||||||
|
{
|
||||||
return Loc.GetString("identity-age-young");
|
return Loc.GetString("identity-age-young");
|
||||||
|
}
|
||||||
|
|
||||||
if (age < speciesPrototype.OldAge)
|
if (age < speciesPrototype.OldAge)
|
||||||
Loc.GetString("identity-age-middle-aged");
|
{
|
||||||
|
return Loc.GetString("identity-age-middle-aged");
|
||||||
|
}
|
||||||
|
|
||||||
return Loc.GetString("identity-age-old");
|
return Loc.GetString("identity-age-old");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user