From f79ad840b23f72ea512aa7f5e487febaaee527a9 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Sat, 30 Sep 2017 16:30:36 +0100 Subject: [PATCH] Changes MIN_AGE to be in line with server rule 0 --- code/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 964c956eca..86d96a9bfe 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -33,7 +33,7 @@ #define MAX_CHARTER_LEN 80 //MINOR TWEAKS/MISC -#define AGE_MIN 17 //youngest a character can be +#define AGE_MIN 18 //youngest a character can be #define AGE_MAX 85 //oldest a character can be #define WIZARD_AGE_MIN 30 //youngest a wizard can be #define SHOES_SLOWDOWN 0 //How much shoes slow you down by default. Negative values speed you up