mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix resources required to build bluecrystals, used wrong constants.
This commit is contained in:
@@ -48,6 +48,6 @@
|
|||||||
name = "Artificial Bluespace Crystal"
|
name = "Artificial Bluespace Crystal"
|
||||||
id = "bluespace_crystal"
|
id = "bluespace_crystal"
|
||||||
req_tech = list(TECH_BLUESPACE = 3, TECH_PHORON = 4)
|
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
|
build_path = /obj/item/weapon/ore/bluespace_crystal/artificial
|
||||||
sort_string = "HAAEC"
|
sort_string = "HAAEC"
|
||||||
|
|||||||
Reference in New Issue
Block a user