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:
Qwertytoforty
2024-03-27 01:52:33 -04:00
committed by GitHub
parent c7887bffde
commit 0a16d6e9ec
3 changed files with 45 additions and 0 deletions
@@ -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."