From 36708dcfa9c35d0651d53439b9b672a49131b93e Mon Sep 17 00:00:00 2001 From: Erthilo Date: Wed, 6 Jun 2012 22:00:51 +0100 Subject: [PATCH] Adds examine text for Soghun/Skrell. --- code/modules/mob/living/carbon/human/examine.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 4839cbdcb73..a88f4b3c801 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -34,6 +34,11 @@ var/t_has = proper_forms["has"] var/t_is = proper_forms["is"] + if(mutantrace == "lizard") + examine_text = "one of those lizard-like Soghuns" + if(mutantrace == "skrell") + examine_text = "one of those gelatinous Skrells" + var/msg = "*---------*\nThis is " if(icon) msg += "\icon[icon] " //fucking BYOND: this should stop dreamseeker crashing if we -somehow- examine somebody before their icon is generated