Hides AI Shells from the manifest.

This commit is contained in:
Neerti
2019-04-19 01:55:08 -04:00
parent faf6e4a14f
commit b477178fdf
3 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -83,8 +83,8 @@
bot[ai.name] = "Artificial Intelligence"
for(var/mob/living/silicon/robot/robot in mob_list)
// No combat/syndicate cyborgs, no drones.
if(!robot.scrambledcodes && !(robot.module && robot.module.hide_on_manifest))
// No combat/syndicate cyborgs, no drones, and no AI shells.
if(!robot.scrambledcodes && !robot.shell && !(robot.module && robot.module.hide_on_manifest))
bot[robot.name] = "[robot.modtype] [robot.braintype]"