mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user