Merge pull request #6556 from Citadel-Station-13/upstream-merge-37497
[MIRROR] Replaces a / with * as per Contributing.md [bscrystal.dm]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user