Maybe fix slime people

This commit is contained in:
ZomgPonies
2014-04-29 20:18:10 -04:00
parent 41adcc57cd
commit 3e3c160770
@@ -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)