From 9286dffbcb6b035b1da1227a3759c3bbf303e3f0 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:30:33 +0200 Subject: [PATCH] No more age for anonymous huggers. --- code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index d98e60fe2177..5b24bc0b211a 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -187,9 +187,11 @@ // For people who wish to remain anonymous if(!client.prefs.playtime_perks) - age = XENO_NORMAL + age = XENO_NO_AGE switch(age) + if(XENO_NO_AGE) + age_prefix = "" if(XENO_NORMAL) age_prefix = "Young " if(XENO_MATURE)