From cdec3a53d243b77716db388c8a26163bd8fe4cb6 Mon Sep 17 00:00:00 2001 From: Jazz23 Date: Fri, 11 Jan 2019 09:45:51 -0800 Subject: [PATCH] Matching naming conventions. All the other ones are like this. --- code/modules/research/designs/equipment_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/equipment_designs.dm b/code/modules/research/designs/equipment_designs.dm index cd853f421bd..6e485040715 100644 --- a/code/modules/research/designs/equipment_designs.dm +++ b/code/modules/research/designs/equipment_designs.dm @@ -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") \ No newline at end of file + category = list("Equipment")