From 7601dc5ecd99b76c48a1f773bf16f5bb7cad0fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA?= Date: Thu, 7 Mar 2024 00:57:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BC=D0=BF=D0=BB=D0=B0=D0=BD=D1=82?= =?UTF-8?q?=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=9F=D1=80=D0=B5=D0=B4=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D0=B9=20=D0=B8=20=D0=BD=D0=B5=20=D1=82?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/surgery/organs/autosurgeon.dm | 3 +++ code/modules/uplink/uplink_items/uplink_implants.dm | 11 +++++++++-- .../code/modules/surgery/organs/augments_chest.dm | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/code/modules/surgery/organs/autosurgeon.dm b/code/modules/surgery/organs/autosurgeon.dm index b3a4ef344df3..d9a35aa9ea22 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -113,6 +113,9 @@ /obj/item/autosurgeon/syndicate/anti_drop starting_organ = /obj/item/organ/cyberimp/brain/anti_drop +/obj/item/autosurgeon/syndicate/revitilzer + starting_organ = /obj/item/organ/cyberimp/chest/revitilzer + //BOX O' IMPLANTS /obj/item/storage/box/cyber_implants diff --git a/code/modules/uplink/uplink_items/uplink_implants.dm b/code/modules/uplink/uplink_items/uplink_implants.dm index 2f4d31f02a84..d8d99e783d31 100644 --- a/code/modules/uplink/uplink_items/uplink_implants.dm +++ b/code/modules/uplink/uplink_items/uplink_implants.dm @@ -92,8 +92,15 @@ name = "Reviver Implant" desc = "This implant will attempt to revive and heal you if you lose consciousness. Comes with an autosurgeon." item = /obj/item/autosurgeon/syndicate/reviver - cost = 8 - purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS | UPLINK_SYNDICATE + cost = 5 + //purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS | UPLINK_SYNDICATE + +/datum/uplink_item/implants/revitilzer + name = "Revitalizing Cortex Implant" + desc = "This attachable to the torso cortex optimizes the body's processes in order to preserve the body. Provides overall basic mending. Comes with an autosurgeon." + item = /obj/item/autosurgeon/syndicate/revitilzer + cost = 10 + //purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS | UPLINK_SYNDICATE /datum/uplink_item/implants/stealthimplant name = "Stealth Implant" diff --git a/modular_bluemoon/0451/code/modules/surgery/organs/augments_chest.dm b/modular_bluemoon/0451/code/modules/surgery/organs/augments_chest.dm index cba7fcc1cc00..d6dfe8fd919a 100644 --- a/modular_bluemoon/0451/code/modules/surgery/organs/augments_chest.dm +++ b/modular_bluemoon/0451/code/modules/surgery/organs/augments_chest.dm @@ -86,7 +86,7 @@ //Ultimate version of healer /obj/item/organ/cyberimp/chest/revitilzer - name = "Revitalizing cortex" + name = "Revitalizing Cortex" desc = "This attachable to the torso cortex optimizes the body's processes in order to preserve the body. Provides overall basic mending." icon = 'modular_bluemoon/0451/icons/implants/internal_HA.dmi' icon_state = "revitilizer"