Renames for descriptiveness.

R&D now knows exactly what every device is.
This commit is contained in:
Hawk_v3
2019-10-12 21:40:14 +01:00
parent a316232d82
commit 8edc441c63
2 changed files with 6 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
charge_amount = 5
matter = list("metal" = 350, "glass" = 50)
preserve_item = 1
//Yawn changes
/obj/item/weapon/cell/device/weapon //Aka adv
name = "advanced device power cell"
@@ -96,7 +97,7 @@
//YAWN Addtion
/obj/item/weapon/cell/device/weapon/recharge/alien/omni
name = "omni weapon power cell"
desc = "A mix bettewn alien technology and phoron tech. Seems to fit in almost any cell slot..."
desc = "A mix between alien technology and phoron tech. Seems to fit in almost any cell slot..."
charge_amount = 90 // 5%.
maxcharge = 1800
charge_delay = 50 SECONDS

View File

@@ -63,7 +63,7 @@
//Yawn changes
/datum/design/item/powercell/advance_device
name = "advance"
name = "device, advanced"
build_type = PROTOLATHE
id = "advance_device"
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50)
@@ -72,7 +72,7 @@
sort_string = "BAABB"
/datum/design/item/powercell/super_device
name = "super"
name = "device, super"
id = "super_device"
req_tech = list(TECH_POWER = 3, TECH_MATERIAL = 2)
materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 70, "gold" = 50, "silver" = 20,)
@@ -81,7 +81,7 @@
sort_string = "BAABC"
/datum/design/item/powercell/hype_device
name = "hyper"
name = "device, 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)
@@ -90,7 +90,7 @@
sort_string = "BAABD"
/datum/design/item/powercell/omni_device
name = "omni"
name = "device, omni"
req_tech = list(TECH_POWER = 8, TECH_MATERIAL = 7, TECH_ARCANE = 2, TECH_PHORON = 4, TECH_PRECURSOR = 2)
build_type = PROTOLATHE
id = "omni-device"