Intercoms are now constructable

This commit is contained in:
CitadelStationBot
2017-06-23 13:40:25 -05:00
parent 161fcf69d5
commit 2530d8a09a
4 changed files with 80 additions and 3 deletions
@@ -479,6 +479,14 @@
build_path = /obj/item/device/radio/off
category = list("initial", "T-Comm")
/datum/design/intercom_frame
name = "Intercom Frame"
id = "intercom_frame"
build_type = AUTOLATHE
materials = list(MAT_METAL = 75, MAT_GLASS = 25)
build_path = /obj/item/wallframe/intercom
category = list("initial", "T-Comm")
/datum/design/infrared_emitter
name = "Infrared Emitter"
id = "infrared_emitter"