From 3e8d7884a27169d8384bf43c768f5d6e25f19565 Mon Sep 17 00:00:00 2001 From: Theos Date: Wed, 8 Apr 2020 20:11:12 -0400 Subject: [PATCH] fix air alarm electronics not being constructable --- code/modules/research/designs/autolathe_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 0dbb7a5cd427..86f07b9af8ac 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -195,7 +195,7 @@ category = list("initial", "Electronics") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING -/datum/design/airalarm_electronics +/datum/design/acc_electronics name = "Airlock Controller Electronics" id = "aac_electronics" build_type = AUTOLATHE | PROTOLATHE