Syndicate bots no longer show up on security bot control PDA menu (#22602)

* technically first commit

* nt ed's now show up and linter check should pass.
This commit is contained in:
meow20
2023-10-01 12:48:58 +02:00
committed by GitHub
parent f4db38ccf6
commit 5d538fb466
+2 -1
View File
@@ -223,7 +223,8 @@
for(var/mob/living/simple_animal/bot/secbot/SB in GLOB.bots_list)
bots += SB
for(var/mob/living/simple_animal/bot/ed209/ED in GLOB.bots_list)
bots += ED
if(!("syndicate" in ED.faction))
bots += ED
for(var/mob/living/simple_animal/bot/B in bots)
botsCount++