Merge pull request #15853 from shellspeed1/posialert-console

Port of the Posialert console from hyper. Credit to jjpark-kb for initial work.
This commit is contained in:
silicons
2022-09-23 16:21:19 -07:00
committed by GitHub
13 changed files with 117 additions and 29 deletions
@@ -75,6 +75,14 @@
build_path = /obj/item/wallframe/newscaster
category = list("initial", "Construction")
/datum/design/posialert
name = "Posialert Frame"
id = "posialert_frame"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 14000, /datum/material/glass = 8000)
build_path = /obj/item/wallframe/posialert
category = list("initial", "Construction")
/datum/design/status_display_frame
name = "Status Display Frame"
id = "status_display_frame"