From 5104413ff836eb0d934ecef307387486e9e71e3e Mon Sep 17 00:00:00 2001 From: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com> Date: Sat, 10 Feb 2018 08:45:24 +0100 Subject: [PATCH] makes this shit actually buildable --- code/modules/research/designs/autolathe_designs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 443fef319cc..4c8db5d715d 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -814,6 +814,7 @@ build_type = AUTOLATHE materials = list(MAT_METAL = 7500, MAT_GLASS = 100) build_path = /obj/item/pet_carrier + category = list("initial", "Misc") /datum/design/miniature_power_cell name = "Light Fixture Battery"