From 527b85e4a46a51f907aa8264217a26b309681d87 Mon Sep 17 00:00:00 2001 From: shellspeed1 Date: Sat, 17 Sep 2022 02:00:47 -0700 Subject: [PATCH] woopsie --- .../autolathe_desings/autolathe_designs_construction.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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