diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
index 99f0f98e256..7b056987953 100644
--- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
+++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
@@ -262,6 +262,9 @@
/obj/machinery/porta_turret/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
S << "Attempting to dismantle this machine would result in an immediate counterattack. Aborting."
+/obj/spacepod/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
+ S << "Destroying this vehicle would destroy us. Aborting."
+
/mob/living/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
S.DisperseTarget(src)