From 42abca3c31f2cf02b35f630e47e49e0f87f8dc4f Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 Apr 2018 17:41:04 -0400 Subject: [PATCH] Fix decloner design in protolathe As reported in https://github.com/VOREStation/VOREStation/issues/3539, you can't put chemicals in a protolathe, so you shouldn't use chemicals as a requirement in protolathe recipes! --- code/modules/research/designs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index f90fd1c313..0a89bbfabc 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -565,7 +565,6 @@ other types of metals and chemistry for reagents). id = "decloner" req_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 7, TECH_BIO = 5, TECH_POWER = 6) materials = list("gold" = 5000,"uranium" = 10000) - chemicals = list("mutagen" = 40) build_path = /obj/item/weapon/gun/energy/decloner sort_string = "TAAAE"