Updates the minimum character age to 20 years. (#29336)

This commit is contained in:
Qwertytoforty
2025-05-21 19:05:41 -04:00
committed by GitHub
parent f790154678
commit d40a03550b
+1 -1
View File
@@ -41,7 +41,7 @@
#define MOB_SPIRIT (1 << 9)
#define MOB_PLANT (1 << 10)
#define AGE_MIN 17 //youngest a character can be
#define AGE_MIN 20 //youngest a character can be
#define AGE_MAX 500 //oldest a character can be
/// Mob is standing up, usually associated with lying_angle value of 0.