diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
index 5e25103aeb8..d7fa1b4c9f2 100644
--- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
+++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm
@@ -40,6 +40,10 @@
if(be_swarmer == "No")
return
+ if(jobban_isbanned(user, "Syndicate"))
+ to_chat(user, "You are banned from antagonists!")
+ return
+
if(crit_fail)//in case it depowers while ghost is looking at yes/no
to_chat(user, "This swarmer shell is completely depowered. You cannot activate it.")
return