Skip to content

Commit d40a035

Browse files
Updates the minimum character age to 20 years. (#29336)
1 parent f790154 commit d40a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/__DEFINES/mob_defines.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define MOB_SPIRIT (1 << 9)
4242
#define MOB_PLANT (1 << 10)
4343

44-
#define AGE_MIN 17 //youngest a character can be
44+
#define AGE_MIN 20 //youngest a character can be
4545
#define AGE_MAX 500 //oldest a character can be
4646

4747
/// Mob is standing up, usually associated with lying_angle value of 0.

0 commit comments

Comments
 (0)