Matching naming conventions.

All the other ones are like this.
This commit is contained in:
Jazz23
2019-01-11 09:45:51 -08:00
committed by GitHub
parent 5e269f49dd
commit cdec3a53d2
@@ -270,7 +270,7 @@
materials = list(MAT_METAL = 5000, MAT_SILVER = 2500, MAT_PLASMA = 5000, MAT_TITANIUM = 2000, MAT_DIAMOND = 2000)
category = list("Equipment")
/datum/design/bluespacecloset
/datum/design/bluespace_closet
name = "Bluespace Closet"
desc = "A storage unit that moves and stores through the fourth dimension."
id = "bluespace_closet"
@@ -278,4 +278,4 @@
build_path = /obj/structure/closet/bluespace
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_PLASMA = 2500, MAT_TITANIUM = 500, MAT_BLUESPACE = 500)
category = list("Equipment")
category = list("Equipment")