From 1326c42398f26dabd7dd2d6f70074712cbe54f7f Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Sun, 28 Jan 2018 14:13:34 -0800 Subject: [PATCH] humans can be older --- code/modules/mob/living/carbon/human/species/station/station.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index a133b82495a..bc7bae358ec 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -13,7 +13,7 @@ secondary_langs = list(LANGUAGE_SOL_COMMON) name_language = null // Use the first-name last-name generator rather than a language scrambler min_age = 17 - max_age = 110 + max_age = 130 health_hud_intensity = 1.5 spawn_flags = SPECIES_CAN_JOIN