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!
This commit is contained in:
Arokha Sieyes
2018-04-30 17:41:04 -04:00
parent 4df02c9160
commit 42abca3c31

View File

@@ -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"