From 399fe7cdc2425749aa343d38c1bcfbc6e23392eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mieszko=20J=C4=99drzejczak?= Date: Mon, 25 Apr 2016 12:50:45 +0200 Subject: [PATCH] slime people whoopsie --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"