fox's changes

This commit is contained in:
chopchop1614
2016-08-07 00:31:36 +01:00
2 changed files with 12 additions and 3 deletions
+2 -3
View File
@@ -34,8 +34,7 @@
if(isliving(hit_atom))
blink_mob(hit_atom)
qdel(src)
// Bluespace crystal fragments
// Blueapce crystal fragments (stops point farming)
/obj/item/weapon/ore/bluespace_crystal/fragment
points = 0
refined_type = null
@@ -51,7 +50,7 @@
// Polycrystals, aka stacks
var/global/list/datum/stack_recipe/bluespace_crystal_recipes = list(new/datum/stack_recipe("Breakdown into bluespace crystal", /obj/item/weapon/ore/bluespace_crystal/fragment, 1, one_per_turf = 0, on_floor = 1))
var/global/list/datum/stack_recipe/bluespace_crystal_recipes = list(new/datum/stack_recipe("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"