Skip to content

Commit

Permalink
Импланты для Предателей и не только.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Mar 6, 2024
1 parent 8bc59d0 commit 7601dc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions code/modules/surgery/organs/autosurgeon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions code/modules/uplink/uplink_items/uplink_implants.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7601dc5

Please sign in to comment.