Merge pull request #258 from VOREStation/designs-unit-test

Add a unit test which verifies research designs' materials lists
This commit is contained in:
Arokha Sieyes
2016-05-31 21:12:38 -04:00
2 changed files with 32 additions and 1 deletions
+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"