Unhardcode species age ranges (#11979)

This commit is contained in:
Rane
2022-10-22 18:13:46 -04:00
committed by GitHub
parent 471f5dbf10
commit 916c4f9522
5 changed files with 50 additions and 17 deletions

View File

@@ -34,5 +34,5 @@ public sealed class HumanoidComponent : SharedHumanoidComponent
// Couldn't these be somewhere else?
[ViewVariables] public Gender Gender = default!;
[ViewVariables] public int Age = HumanoidCharacterProfile.MinimumAge;
[ViewVariables] public int Age = 18;
}