Fix resources required to build bluecrystals, used wrong constants.

This commit is contained in:
Leshana
2017-02-21 14:13:55 -05:00
parent eb92df28c2
commit 8df2f50f09

View File

@@ -48,6 +48,6 @@
name = "Artificial Bluespace Crystal"
id = "bluespace_crystal"
req_tech = list(TECH_BLUESPACE = 3, TECH_PHORON = 4)
materials = list(MAT_DIAMOND = 1500, MAT_PLASMA = 1500)
materials = list("diamond" = 1500, "phoron" = 1500)
build_path = /obj/item/weapon/ore/bluespace_crystal/artificial
sort_string = "HAAEC"