mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Power Cell Backpacks (#8642)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user