Pulse emitters (singulo engine) are no longer susceptible to EMPs. Resolves Issue 761

The Field generators are now offset from each-other to allow the engine to be restarted should containment fail.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4380 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-08-12 13:55:19 +00:00
parent ec4dd7b397
commit ae45d10423
2 changed files with 31 additions and 31 deletions

View File

@@ -73,11 +73,11 @@
/obj/machinery/emitter/emp_act(var/severity)//Emitters are hardened but still might have issues
use_power(50)
if((severity == 1)&&prob(1)&&prob(1))
use_power(1000)
/* if((severity == 1)&&prob(1)&&prob(1))
if(src.active)
src.active = 0
src.use_power = 1
src.use_power = 1 */
return 1