mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Adds the Proto-Adrenaline Bio-chip (#24716)
* Adds the Proto-Adrenaline Bio-chip * Apply suggestions from code review Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -808,6 +808,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/bio_chip_implanter/traitor
|
||||
cost = 50
|
||||
|
||||
/datum/uplink_item/bio_chips/proto_adrenal
|
||||
name = "Proto-Adrenal Bio-chip"
|
||||
desc = "A old prototype of the Adrenalin implant, that grants the user 4 seconds of antistun, getting them back on their feet instantly once, but nothing more. Speed and healing sold seperately."
|
||||
reference = "PAI"
|
||||
item = /obj/item/bio_chip_implanter/proto_adrenalin
|
||||
cost = 18
|
||||
|
||||
/datum/uplink_item/bio_chips/adrenal
|
||||
name = "Adrenal Bio-chip"
|
||||
desc = "A bio-chip injected into the body, and later activated manually to inject a chemical cocktail, which has a mild healing effect along with removing and reducing the time of all stuns and increasing movement speed. Can be activated up to 3 times."
|
||||
|
||||
Reference in New Issue
Block a user