Hides syndi-synths from the manifest (#5411)

* Manifest doesn't show the same stationbound cyborgs and AIs that the upload consoles don't show

* Manifest doesn't show borgs with scrambedcodes set
This commit is contained in:
Atermonera
2018-07-15 10:26:36 -07:00
committed by Anewbe
parent d2c16848f4
commit 6a6f4aeafb
2 changed files with 3 additions and 5 deletions

View File

@@ -84,10 +84,8 @@
for(var/mob/living/silicon/robot/robot in mob_list)
// No combat/syndicate cyborgs, no drones.
if(robot.module && robot.module.hide_on_manifest)
continue
bot[robot.name] = "[robot.modtype] [robot.braintype]"
if(!robot.scrambledcodes && !(robot.module && robot.module.hide_on_manifest))
bot[robot.name] = "[robot.modtype] [robot.braintype]"
if(heads.len > 0)