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)