From 74a483d35015bc95b231b6bb2b20498abd039fff Mon Sep 17 00:00:00 2001 From: oranges Date: Sat, 28 Apr 2018 14:20:58 +1200 Subject: [PATCH] Merge pull request #37497 from ExcessiveUseOfCobblestone/patch-42 Replaces a / with * as per Contributing.md [bscrystal.dm] --- code/game/objects/items/stacks/bscrystal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/bscrystal.dm b/code/game/objects/items/stacks/bscrystal.dm index 4f2c47d14f..936accce39 100644 --- a/code/game/objects/items/stacks/bscrystal.dm +++ b/code/game/objects/items/stacks/bscrystal.dm @@ -49,7 +49,7 @@ /obj/item/stack/ore/bluespace_crystal/artificial name = "artificial bluespace crystal" desc = "An artificially made bluespace crystal, it looks delicate." - materials = list(MAT_BLUESPACE=MINERAL_MATERIAL_AMOUNT / 2) + materials = list(MAT_BLUESPACE=MINERAL_MATERIAL_AMOUNT*0.5) blink_range = 4 // Not as good as the organic stuff! points = 0 //nice try refined_type = null