From a2c1c935de19cee9effb4d9488d6b8f3fb2ffd85 Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Thu, 3 Jan 2013 08:23:52 +0000 Subject: [PATCH] -Made Emitter EMP_act do nothing. For the concerned. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5455 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/power/singularity/emitter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index 3f3d7a7504..046f904db6 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -80,7 +80,7 @@ /obj/machinery/power/emitter/emp_act(var/severity)//Emitters are hardened but still might have issues - add_load(1000) +// add_load(1000) /* if((severity == 1)&&prob(1)&&prob(1)) if(src.active) src.active = 0