mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
corrects item paths
cells were already taken, my bad
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user