From 754a32cedfc2cb81926844e1a14eb93708d3a431 Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:52:27 -0800 Subject: [PATCH] Remove the beakers requirement for making component printers and module duplicators (#64620) Remove the beakers requirement for making component printers and module duplicators. I added this because I was copying, like, the protolathe or something, which can take chemicals even though we don't actually use that for anything, it's just annoying. --- code/modules/wiremod/core/component_printer.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/wiremod/core/component_printer.dm b/code/modules/wiremod/core/component_printer.dm index 3a537d5bb3c..0bbc37c5a03 100644 --- a/code/modules/wiremod/core/component_printer.dm +++ b/code/modules/wiremod/core/component_printer.dm @@ -181,7 +181,6 @@ req_components = list( /obj/item/stock_parts/matter_bin = 2, /obj/item/stock_parts/manipulator = 2, - /obj/item/reagent_containers/glass/beaker = 2, ) /obj/machinery/debug_component_printer @@ -461,5 +460,4 @@ req_components = list( /obj/item/stock_parts/matter_bin = 2, /obj/item/stock_parts/manipulator = 2, - /obj/item/reagent_containers/glass/beaker = 2, )