From fff7181da87776d0b5fc3193187f07d251b74f1d Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Thu, 19 May 2016 17:37:14 -0700 Subject: [PATCH] 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. --- code/game/gamemodes/miniantags/bot_swarm/swarmer.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm index 8ad934391b5..c28d3d65086 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -158,6 +158,8 @@ /obj/structure/particle_accelerator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) to_chat(S, "Disrupting the power grid would bring no benefit to us. Aborting.") +/obj/machinery/particle_accelerator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) // Since the console is still parented to this + to_chat(S, "Disrupting the power grid would bring no benefit to us. Aborting.") /obj/machinery/field/generator/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) if(!active)