From 8df4009a4ba2863b87956cc01304e6447b38b03a Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 7 May 2014 04:32:49 -0400 Subject: [PATCH] Fixing mutantrace runtime --- code/modules/mob/living/carbon/human/human.dm | 3 --- 1 file changed, 3 deletions(-) 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