Fixes a bad material discovered by the new unit test!

* "mutagen" is a reagent, not a material; it goes in the chemicals list.
This commit is contained in:
Leshana
2016-05-31 20:38:07 -04:00
parent d2f3179784
commit 604770a557
+2 -1
View File
@@ -510,7 +510,8 @@ other types of metals and chemistry for reagents).
/datum/design/item/weapon/decloner
id = "decloner"
req_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 7, TECH_BIO = 5, TECH_POWER = 6)
materials = list("gold" = 5000,"uranium" = 10000, "mutagen" = 40)
materials = list("gold" = 5000,"uranium" = 10000)
chemicals = list("mutagen" = 40)
build_path = /obj/item/weapon/gun/energy/decloner
sort_string = "TAAAE"