mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Matching naming conventions.
All the other ones are like this.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user