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
@@ -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()