From 3e3c160770f39f38290077ab23e2bb0bed671064 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 29 Apr 2014 20:18:10 -0400 Subject: [PATCH] Maybe fix slime people --- code/modules/mob/living/carbon/human/human.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 30b25411034..73f0f7e2ec9 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -40,7 +40,9 @@ /mob/living/carbon/human/slime/New(var/new_loc) ..(new_loc, "Slime People") dna = new /datum/dna(null) + dna.species=species.name dna.mutantrace = "slime" + update_mutantrace() /mob/living/carbon/human/grey/New(var/new_loc)