From 227fbc8cbe0ef14e37ad300b706fc6aadc8eeeee Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 4 Jan 2014 22:22:12 -0500 Subject: [PATCH] Changed green slime extract effect --- code/modules/reagents/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 160888c891a..165736ceb23 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -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