Unhardcode species age ranges (#11979)
This commit is contained in:
@@ -121,7 +121,7 @@ public class IdentitySystem : SharedIdentitySystem
|
||||
InventoryComponent? inventory=null,
|
||||
HumanoidComponent? appearance=null)
|
||||
{
|
||||
int age = HumanoidCharacterProfile.MinimumAge;
|
||||
int age = 18;
|
||||
Gender gender = Gender.Epicene;
|
||||
|
||||
// Always use their actual age and gender, since that can't really be changed by an ID.
|
||||
|
||||
Reference in New Issue
Block a user