diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index ae42526e6b0..b956b4854d6 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -59,7 +59,7 @@ if (skipjumpsuit && skipface || (species.name in nospecies)) //either obscured or on the nospecies list msg += "!\n" //omit the species when examining else if (species.name == "Slime People") //snowflakey because Slime People are defined as a plural - msg += ", a Slime Person!\n" + msg += ", a slime person!\n" else msg += ", \a [lowertext(species.name)]!\n"