Reinforces the PA protection

Adds back in protection for obj/machinery/particle_accelerator and its children, since the PA console is still parented to it.
This commit is contained in:
HugoLuman
2016-05-19 17:37:14 -07:00
parent e02222f11f
commit fff7181da8
@@ -158,6 +158,8 @@
/obj/structure/particle_accelerator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
to_chat(S, "<span class='warning'>Disrupting the power grid would bring no benefit to us. Aborting.</span>")
/obj/machinery/particle_accelerator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) // Since the console is still parented to this
to_chat(S, "<span class='warning'>Disrupting the power grid would bring no benefit to us. Aborting.</span>")
/obj/machinery/field/generator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
if(!active)