diff --git a/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm b/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm index cd77cc77ab..84d98fe1e3 100644 --- a/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm +++ b/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm @@ -72,7 +72,7 @@ id = "newscaster_frame" build_type = AUTOLATHE materials = list(/datum/material/iron = 14000, /datum/material/glass = 8000) - build_path = /obj/item/wallframe/posialert + build_path = /obj/item/wallframe/newscaster category = list("initial", "Construction") /datum/design/posialert @@ -80,7 +80,7 @@ id = "posialert_frame" build_type = AUTOLATHE materials = list(/datum/material/iron = 14000, /datum/material/glass = 8000) - build_path = /obj/item/wallframe/newscaster + build_path = /obj/item/wallframe/posialert category = list("initial", "Construction") /datum/design/status_display_frame