From 82fe4b01be289c18607b81dff51bea77a3a1f5e0 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Mon, 20 Feb 2017 00:06:03 -0600 Subject: [PATCH] EMP-proof PA (#239) --- .../power/singularity/particle_accelerator/particle_control.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/power/singularity/particle_accelerator/particle_control.dm b/code/modules/power/singularity/particle_accelerator/particle_control.dm index 67db06193f..f9b652c307 100644 --- a/code/modules/power/singularity/particle_accelerator/particle_control.dm +++ b/code/modules/power/singularity/particle_accelerator/particle_control.dm @@ -322,6 +322,9 @@ if(prob(50)) qdel(src) +/obj/machinery/particle_accelerator/control_box/emp_act(severity) + return + #undef PA_CONSTRUCTION_UNSECURED #undef PA_CONSTRUCTION_UNWIRED #undef PA_CONSTRUCTION_PANEL_OPEN