From 35f0fe9676e0e96d2fe589ed538deab94675c8e7 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 26 Mar 2018 15:21:03 -0400 Subject: [PATCH] Merge pull request #36716 from 81Denton/bscrystalname Adds singular_name to BS crystals --- code/game/objects/items/stacks/bscrystal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/bscrystal.dm b/code/game/objects/items/stacks/bscrystal.dm index d4dc971db9..3f3880c281 100644 --- a/code/game/objects/items/stacks/bscrystal.dm +++ b/code/game/objects/items/stacks/bscrystal.dm @@ -4,6 +4,7 @@ desc = "A glowing bluespace crystal, not much is known about how they work. It looks very delicate." icon = 'icons/obj/telescience.dmi' icon_state = "bluespace_crystal" + singular_name = "bluespace crystal" w_class = WEIGHT_CLASS_TINY materials = list(MAT_BLUESPACE=MINERAL_MATERIAL_AMOUNT) points = 50