diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1298118a985..f6b8cfd587a 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1333,9 +1333,6 @@ else see_invisible = SEE_INVISIBLE_LIVING - if(species.name=="Slime People") - dna.mutantrace = "slime" - if(species.default_mutations.len>0 || species.default_blocks.len>0) do_deferred_species_setup=1