Changed green slime extract effect

This commit is contained in:
ZomgPonies
2014-01-04 22:22:12 -05:00
parent af92092f64
commit 227fbc8cbe
+1 -1
View File
@@ -460,7 +460,7 @@ datum
var/mob/living/carbon/human/human = M
if(human.dna.mutantrace == null)
M << "\red Your flesh rapidly mutates!"
human.dna.mutantrace = "slime"
human.dna.mutantrace = "shadow"
human.update_mutantrace()
..()
return