mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user