Makes turret control panels buildable

This commit is contained in:
AnturK
2015-11-25 14:41:18 +01:00
parent 0524045bef
commit c9dc0b7998
2 changed files with 23 additions and 2 deletions
@@ -578,3 +578,11 @@
materials = list(MAT_METAL = 150, MAT_GLASS = 150)
build_path = /obj/item/device/geiger_counter
category = list("initial", "Tools")
/datum/design/turret_control_frame
name = "Turret control frame"
id = "turret_control"
build_type = AUTOLATHE
materials = list(MAT_METAL = 12000)
build_path = /obj/item/wallframe/turret_control
category = list("initial", "Construction")