Purchasable autosurgeon for 5TC (#17769)

* syndi cat

* Update uplink_items.dm
This commit is contained in:
ynot01
2023-02-10 17:45:20 -05:00
committed by GitHub
parent 247a50bc9f
commit 367cf38f16
3 changed files with 12 additions and 0 deletions

View File

@@ -177,6 +177,10 @@
uses = 1
starting_organ = /obj/item/organ/cyberimp/chest/spinalspeed
/obj/item/autosurgeon/suspicious
name = "syndicate autosurgeon"
icon_state = "autoimplanter_red"
//Limb autosurgeons
/obj/item/autosurgeon/limb

View File

@@ -1915,6 +1915,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
category = "Implants"
surplus = 50
/datum/uplink_item/implants/reusable
name = "Reusable Autosurgeon"
desc = "An empty autosurgeon, but unlike others can be used multiple times. More suspicious than others."
item = /obj/item/autosurgeon/suspicious
cost = 5
// Nukies have no use for this and their autosurgeons are already multi-use
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
/datum/uplink_item/implants/adrenal
name = "Adrenal Implant"
desc = "An implant injected into the body, and later activated at the user's will. It will inject a chemical \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB