Adds the Organ Extractor (#24100)

* Adds the Syndicate Organ Extractor

* ipc moment

* fix bug, prevents putting organs in dead bodies to extract

* Apply suggestions from code review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* renames sprite

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* replace xx yy

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2024-03-20 20:10:53 +00:00
committed by GitHub
co-authored by Henri215 DGamerL
parent be9a8c8c14
commit 0d27af414c
8 changed files with 183 additions and 2 deletions
+7 -1
View File
@@ -619,7 +619,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/storage/box/syndie_kit/teleporter
cost = 40
/datum/uplink_item/device_tools/organ_extractor
name = "Organ Extractor"
desc = "A device that can remove organs or cybernetic implants from a target, and stores them inside. \
Stored organs can be implanted into the user, or into other targets. Synthesizes chemicals to keep the organs fresh."
reference = "OREX"
item = /obj/item/organ_extractor
cost = 20
//Space Suits and Hardsuits
/datum/uplink_item/suits