Merge pull request #15612 from SandPoot/status_displays

Syncs status displays to tg's version
This commit is contained in:
Lin
2022-05-12 20:11:54 +00:00
committed by GitHub
10 changed files with 495 additions and 153 deletions
@@ -75,6 +75,14 @@
build_path = /obj/item/wallframe/newscaster
category = list("initial", "Construction")
/datum/design/status_display_frame
name = "Status Display Frame"
id = "status_display_frame"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 14000, /datum/material/glass = 8000)
build_path = /obj/item/wallframe/status_display
category = list("initial", "Construction")
/datum/design/turret_control_frame
name = "Turret Control Frame"
id = "turret_control"