this is supposed to fix the line endings

This commit is contained in:
Joan Lung
2017-04-08 12:36:10 -04:00
parent 825bbb13fe
commit 59eae3e871
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ GLOBAL_LIST_EMPTY(GPS_list)
slot_flags = SLOT_BELT
origin_tech = "materials=2;magnets=1;bluespace=2"
var/gpstag = "COM0"
var/emped = 0
var/emped = FALSE
var/turf/locked_location
var/tracking = TRUE
+4 -7
View File
@@ -1,5 +1,4 @@
// Bluespace crystals, used in telescience and when crushed it will blink you to a random turf.
//Bluespace crystals, used in telescience and when crushed it will blink you to a random turf.
/obj/item/weapon/ore/bluespace_crystal
name = "bluespace crystal"
desc = "A glowing bluespace crystal, not much is known about how they work. It looks very delicate."
@@ -42,19 +41,17 @@
blink_mob(hit_atom)
qdel(src)
// Artifical bluespace crystal, doesn't give you much research.
//Artifical bluespace crystal, doesn't give you much research.
/obj/item/weapon/ore/bluespace_crystal/artificial
name = "artificial bluespace crystal"
desc = "An artificially made bluespace crystal, it looks delicate."
origin_tech = "bluespace=3;plasmatech=4"
materials = list(MAT_BLUESPACE=MINERAL_MATERIAL_AMOUNT / 2)
blink_range = 4 // Not as good as the organic stuff!
points = 0 // nice try
points = 0 //nice try
refined_type = null
// Polycrystals, aka stacks
//Polycrystals, aka stacks
/obj/item/stack/sheet/bluespace_crystal
name = "bluespace polycrystal"
icon = 'icons/obj/telescience.dmi'