From d9998caa1584354ff0716cef2e89a47ec07bb802 Mon Sep 17 00:00:00 2001 From: genessee596 <46986487+genessee596@users.noreply.github.com> Date: Tue, 24 Dec 2019 15:33:49 -0500 Subject: [PATCH] Add generic gas tanks to engie/cargo protolathe (#48378) Emergency gas tanks, extended gas tanks, and plasma air tanks can be made in the Protolathes, but for some reason Generic ones (the grey ones) can't be. Fixes that, easy peasy. --- 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 2b8baae73ee..a0536d60bd7 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -279,6 +279,7 @@ materials = list(/datum/material/iron = 1000) build_path = /obj/item/tank/internals/generic category = list("initial","Misc","Equipment") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_CARGO /datum/design/metal name = "Metal"