Power Cell Backpacks (#8642)

This commit is contained in:
Geeves
2020-04-20 10:38:38 +02:00
committed by GitHub
parent b7f3c821f4
commit eb886d7f63
6 changed files with 68 additions and 0 deletions
@@ -66,6 +66,13 @@ datum/design/item/tool/advanced_light_replacer
materials = list(MATERIAL_GOLD = 3000, MATERIAL_DIAMOND = 1500, MATERIAL_URANIUM = 250)
build_path = /obj/item/storage/backpack/holding
/datum/design/item/tool/power_cell_backpack
name = "Power Cell Backpack"
desc = "A backpack specially designed to hold power cells, includes a holographic display to show current charge."
req_tech = list(TECH_MATERIAL = 4, TECH_MAGNET = 2, TECH_POWER = 4)
materials = list(DEFAULT_WALL_MATERIAL = 7500, MATERIAL_GLASS = 2500)
build_path = /obj/item/storage/backpack/cell
/datum/design/item/tool/bluespace_crystal
name = "Artificial Bluespace Crystal"
desc = "An artificially made bluespace crystal."