is_cyborg

This commit is contained in:
SandPoot
2023-12-13 13:07:10 -03:00
parent 35723b9bd7
commit 7533d51ae4
6 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -216,7 +216,7 @@
/obj/item/stack/medical/gauze/cyborg
custom_materials = null
is_cyborg = 1
is_cyborg = TRUE
cost = 250
/obj/item/stack/medical/suture
@@ -440,7 +440,7 @@
/obj/item/stack/medical/bone_gel/cyborg
custom_materials = null
is_cyborg = 1
is_cyborg = TRUE
cost = 250
/obj/item/stack/medical/aloe
+1 -1
View File
@@ -76,7 +76,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
/obj/item/stack/rods/cyborg
custom_materials = null
is_cyborg = 1
is_cyborg = TRUE
cost = 250
/obj/item/stack/rods/cyborg/ComponentInitialize()
@@ -51,7 +51,7 @@ GLOBAL_LIST_INIT(glass_recipes, list ( \
/obj/item/stack/sheet/glass/cyborg
custom_materials = null
is_cyborg = 1
is_cyborg = TRUE
cost = 500
/obj/item/stack/sheet/glass/fifty
@@ -178,6 +178,7 @@ GLOBAL_LIST_INIT(reinforced_glass_recipes, list ( \
/obj/item/stack/sheet/rglass/cyborg
custom_materials = null
is_cyborg = TRUE
var/datum/robot_energy_storage/glasource
var/metcost = 250
var/glacost = 500
@@ -163,7 +163,7 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \
/obj/item/stack/sheet/metal/cyborg
custom_materials = null
is_cyborg = 1
is_cyborg = TRUE
cost = 500
/obj/item/stack/sheet/metal/get_main_recipes()
@@ -535,7 +535,7 @@
/obj/item/stack/tile/plasteel/cyborg
custom_materials = null // All other Borg versions of items have no Metal or Glass - RR
is_cyborg = 1
is_cyborg = TRUE
cost = 125
/obj/item/stack/tile/material
+1 -1
View File
@@ -515,7 +515,7 @@ By design, d1 is the smallest direction and d2 is the highest
used_skills = list(/datum/skill/level/job/wiring)
/obj/item/stack/cable_coil/cyborg
is_cyborg = 1
is_cyborg = TRUE
custom_materials = null
cost = 1