Adds device cells to the protolathe and mech fabricator (#3508)

Device cells now have a design, so you can print them. Same resource costs as the basic cell.
This commit is contained in:
MarinaGryphon
2017-09-27 11:40:35 -05:00
committed by Lohikar
parent d08d771e82
commit 56ff561ac3
2 changed files with 15 additions and 1 deletions

View File

@@ -54,4 +54,14 @@
materials = list(DEFAULT_WALL_MATERIAL = 400, "gold" = 150, "silver" = 150, "glass" = 70)
build_path = /obj/item/weapon/cell/hyper
category = "Misc"
sort_string = "DAAAD"
sort_string = "DAAAD"
/datum/design/item/powercell/device
name = "device"
build_type = PROTOLATHE | MECHFAB
id = "device_cell"
req_tech = list(TECH_POWER = 1)
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
build_path = /obj/item/weapon/cell/device
category = "Misc"
sort_string = "DAAAE"