mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
co-authored by
Henri215
DGamerL
parent
be9a8c8c14
commit
0d27af414c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user