mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Purchasable autosurgeon for 5TC (#17769)
* syndi cat * Update uplink_items.dm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user