From b43bc9da154014bed8fd234c81a593c1961cb6b3 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Sat, 2 Nov 2024 00:08:13 +0100 Subject: [PATCH] Increase Unathi minimum age to adhere to lore (#9376) --- .../mob/living/carbon/human/species/station/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 705b7e8e0b..2b07f77528 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -325,7 +325,7 @@ deform = 'icons/mob/human_races/r_def_lizard_vr.dmi' tail_animation = 'icons/mob/species/unathi/tail_vr.dmi' color_mult = 1 - min_age = 18 + min_age = 40 //ChompEDIT - Unathi lore minimal adult age. inherent_verbs = list(/mob/living/carbon/human/proc/tie_hair) gluttonous = 0 inherent_verbs = list(/mob/living/proc/shred_limb)