From 0d5c107c18ddeb42e4633e9943137ed5f0f6350c Mon Sep 17 00:00:00 2001 From: "morikou@gmail.com" Date: Sun, 28 Nov 2010 18:05:31 +0000 Subject: [PATCH] Bug Fix: Unstable Mutagen no longer instantly gives you super-powers (see Issue 61). NO MORE EZ-MODE 4 U git-svn-id: http://tgstation13.googlecode.com/svn/trunk@501 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Chemistry-Reagents.dm b/code/WorkInProgress/Chemistry-Reagents.dm index 6c3dba2de8f..a63f7ee5a90 100644 --- a/code/WorkInProgress/Chemistry-Reagents.dm +++ b/code/WorkInProgress/Chemistry-Reagents.dm @@ -590,7 +590,7 @@ datum randmutb(M) else randmutg(M) - domutcheck(M, null, 1) + domutcheck(M, null) updateappearance(M,M.dna.uni_identity) return on_mob_life(var/mob/M)