corrects item paths

cells were already taken, my bad
This commit is contained in:
Trilbyspaceclone
2019-10-09 11:26:36 -04:00
committed by GitHub
parent 5671a187c3
commit adf9ff0cf1

View File

@@ -65,7 +65,7 @@
/datum/design/item/powercell/advance
name = "advance"
build_type = PROTOLATHE
id = "advance"
id = "advance-device"
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
build_path = /obj/item/weapon/cell/device/weapon
category = "Misc"
@@ -73,7 +73,7 @@
/datum/design/item/powercell/super
name = "super"
id = "super_cell"
id = "super_device"
req_tech = list(TECH_POWER = 3, TECH_MATERIAL = 2)
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 70, "gold" = 50, "silver" = 20,)
build_path = /obj/item/weapon/cell/device/super
@@ -81,8 +81,8 @@
sort_string = "BAABC"
/datum/design/item/powercell/hyper
name = "hypery"
id = "hyper_cell"
name = "hyper"
id = "hyper_device"
req_tech = list(TECH_POWER = 5, TECH_MATERIAL = 4)
materials = list(DEFAULT_WALL_MATERIAL = 1400, "glass" = 1400, "gold" = 150, "silver" = 150)
build_path = /obj/item/weapon/cell/device/hyper
@@ -93,7 +93,7 @@
name = "omni"
req_tech = list(TECH_POWER = 8, TECH_MATERIAL = 7, TECH_ARCANE = 2, TECH_PHORON = 4, TECH_PRECURSOR = 2)
build_type = PROTOLATHE
id = "omni"
id = "omni-device"
materials = list(DEFAULT_WALL_MATERIAL = 1700, "glass" = 550, MAT_DURASTEEL = 230, MAT_MORPHIUM = 320, MAT_METALHYDROGEN = 600, MAT_URANIUM = 60, MAT_VERDANTIUM = 150, MAT_PHORON = 900)
build_path = /obj/item/weapon/cell/device/weapon/recharge/alien/omni
category = "Misc"