From c0b6fd78cc5336d85c4f3190fe4fafda4c86fcdb Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 23 Apr 2022 16:03:43 +0200 Subject: [PATCH] [MIRROR] Medilathe can now print pill bottles [MDB IGNORE] (#13031) * Medilathe can now print pill bottles (#66417) Co-authored-by: bumtickley00 (really?) * Medilathe can now print pill bottles Co-authored-by: Tony <19880843+AdmiralPancakes1@users.noreply.github.com> --- code/modules/research/designs/autolathe_designs.dm | 2 +- code/modules/research/techweb/all_nodes.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 76eb1cfb3c8..2dccb3f711a 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -620,7 +620,7 @@ /datum/design/pillbottle name = "Pill Bottle" id = "pillbottle" - build_type = AUTOLATHE + build_type = AUTOLATHE | PROTOLATHE | AWAY_LATHE materials = list(/datum/material/plastic = 20, /datum/material/glass = 100) build_path = /obj/item/storage/pill_bottle category = list("initial", "Medical", "Medical Designs") diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 39e11974f8c..2fdf86da60e 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -219,6 +219,7 @@ "dropper", "hemostat", "large_beaker", + "pillbottle", "plumbing_rcd", "portable_chem_mixer", "retractor",