port of the positronic alert console

This commit is contained in:
shellspeed1
2022-09-17 01:55:55 -07:00
parent b554906511
commit 59ef5bbcf1
5 changed files with 70 additions and 3 deletions
@@ -72,6 +72,14 @@
id = "newscaster_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/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/newscaster
category = list("initial", "Construction")