Update bscrystal.dm

This commit is contained in:
chopchop1614
2016-08-03 20:08:40 +01:00
committed by GitHub
parent f1cf0066ed
commit 9fa8b00125
+1 -1
View File
@@ -46,7 +46,7 @@
// Polycrystals, aka stacks
var/global/list/datum/stack_recipe/bluespace_crystal_recipes = list(/datum/stack_recipe/bluespacecrystals("Breakdown into bluespace crystal", /obj/item/weapon/ore/bluespace_crystal, 1, one_per_turf = 0, on_floor = 1))
var/global/list/datum/stack_recipe/bluespace_crystal_recipes = list(new/datum/stack_recipe/bluespacecrystals("Breakdown into bluespace crystal", /obj/item/weapon/ore/bluespace_crystal, 1, one_per_turf = 0, on_floor = 1))
/obj/item/stack/sheet/bluespace_crystal
name = "bluespace polycrystal"