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)