Re-adds hide_on_manifest

This commit is contained in:
Anewbe
2016-05-08 00:28:12 -05:00
parent db21ab2022
commit 8c6e7c2e4d
@@ -638,6 +638,7 @@ var/global/list/robot_modules = list(
/obj/item/weapon/robot_module/syndicate
name = "illegal robot module"
hide_on_manifest = 1
languages = list(
LANGUAGE_SOL_COMMON = 1,
LANGUAGE_TRADEBAND = 1,
@@ -672,6 +673,7 @@ var/global/list/robot_modules = list(
/obj/item/weapon/robot_module/security/combat
name = "combat robot module"
hide_on_manifest = 1
sprites = list("Combat Android" = "droid-combat")
/obj/item/weapon/robot_module/combat/New()
@@ -686,6 +688,7 @@ var/global/list/robot_modules = list(
/obj/item/weapon/robot_module/drone
name = "drone module"
hide_on_manifest = 1
no_slip = 1
networks = list(NETWORK_ENGINEERING)
@@ -768,6 +771,7 @@ var/global/list/robot_modules = list(
/obj/item/weapon/robot_module/drone/construction
name = "construction drone module"
hide_on_manifest = 1
channels = list("Engineering" = 1)
languages = list()