mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Updates the minimum character age to 20 years. (#29336)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user