Mecha cloaking generator

This commit is contained in:
Aronai Sieyes
2020-03-23 21:33:58 -04:00
parent 3a0cbdb1b1
commit 36ee762c1a
3 changed files with 78 additions and 0 deletions

View File

@@ -538,6 +538,13 @@
req_tech = list(TECH_BLUESPACE = 10, TECH_MAGNET = 5)
build_path = /obj/item/mecha_parts/mecha_equipment/teleporter
/datum/design/item/mecha/teleporter
name = "Cloaking Device"
desc = "A device that renders the exosuit invisible to the naked eye, though not to thermal detection. Uses large amounts of energy."
id = "mech_cloaking"
req_tech = list(TECH_BLUESPACE = 10, TECH_MAGNET = 5)
build_path = /obj/item/mecha_parts/mecha_equipment/cloak
/datum/design/item/mecha/rcd
name = "RCD"
desc = "An exosuit-mounted rapid construction device."