Fixes a design

This commit is contained in:
XDTM
2017-02-17 08:30:22 +01:00
parent d951c125a1
commit 668c8b6bae
2 changed files with 3 additions and 3 deletions
@@ -62,7 +62,7 @@
id = "quadratic_capacitor"
req_tech = list("powerstorage" = 6, "engineering" = 5, "materials" = 5, "bluespace" = 5)
build_type = PROTOLATHE
materials = list(MAT_METAL = 200, MAT_GLASS = 200, , MAT_GOLD = 100, MAT_DIAMOND = 100)
materials = list(MAT_METAL = 200, MAT_GLASS = 200, MAT_GOLD = 100, MAT_DIAMOND = 100)
build_path = /obj/item/weapon/stock_parts/capacitor/quadratic
category = list("Stock Parts")
lathe_time_factor = 0.2
+2 -2
View File
@@ -48,11 +48,11 @@
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)
materials = list(MAT_BLUESPACE=(MINERAL_MATERIAL_AMOUNT / 2))
blink_range = 4 // Not as good as the organic stuff!
points = 0 // nice try
refined_type = null
s
// Polycrystals, aka stacks
/obj/item/stack/sheet/bluespace_crystal