[MIRROR] Status Displays can be taken down [MDB IGNORE] (#8698)

* Status Displays can be taken down (#61847)

Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>

* Status Displays can be taken down

Co-authored-by: Mooshimi <85910816+Mooshimi@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-08 21:38:28 -04:00
committed by GitHub
co-authored by Mothblocks Mooshimi
parent c3dc82810e
commit ecfb1881c2
4 changed files with 64 additions and 0 deletions
@@ -778,6 +778,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/bounty_board_frame
name = "Bounty Board Frame"
id = "bountyboard_frame"