tweaking AGE_MAX

This commit is contained in:
Henri215
2023-04-15 08:17:22 -03:00
parent 1e2ac4e110
commit 0270ba6840
+1 -1
View File
@@ -36,7 +36,7 @@
#define MOB_PLANT (1 << 10)
#define AGE_MIN 1 //youngest a character can be
#define AGE_MAX 150 //oldest a character can be
#define AGE_MAX 130 //oldest a character can be
/// Mob is standing up, usually associated with lying_angle value of 0.
#define STANDING_UP 0