From 8f26d19085bd2c5f78e63e48c9ee88b7eb203e70 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Sun, 2 Jun 2019 04:34:52 +0200 Subject: [PATCH] Fix stuck swarmers --- code/game/gamemodes/miniantags/bot_swarm/swarmer.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm index f1f5d4af878..ecb566af64e 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -344,6 +344,10 @@ to_chat(S, "We have created these for our own benefit. Aborting.") return FALSE +/obj/structure/shuttle/engine/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) + to_chat(S, "This shuttle may be important to us later. Aborting.") + return FALSE + ////END CTRL CLICK FOR SWARMERS//// /mob/living/simple_animal/hostile/swarmer/proc/Fabricate(var/atom/fabrication_object,var/fabrication_cost = 0)