Adrenals reworked (#46211)

* Repurposes the adrenal implant.

* reverts adrenals back to 8tc

* updated uplink description, reduced oxy slightly.

* nanites in line, more description fix, stunresist back in.

* Pre testing.

* Final ling touches, removed stamcrit stun.

* Removes jitter, screen shake on metab end.

* woops.

* removes toxin damage.
This commit is contained in:
skoglol
2019-09-15 07:11:56 +02:00
committed by Rob Bailey
parent e36f4f3c22
commit f4e7baa899
5 changed files with 61 additions and 28 deletions
@@ -26,7 +26,7 @@
<b>Important Notes:</b> <font color='red'>Illegal</font><BR>
<HR>
<b>Implant Details:</b> Subjects injected with implant can activate an injection of medical cocktails.<BR>
<b>Function:</b> Removes stuns, increases speed, and has a mild healing effect.<BR>
<b>Function:</b> Pushes the body past the normal limits, assisting in escape from sticky situations.<BR>
<b>Integrity:</b> Implant can only be used three times before reserves are depleted."}
return dat
@@ -34,18 +34,8 @@
. = ..()
uses--
to_chat(imp_in, "<span class='notice'>You feel a sudden surge of energy!</span>")
imp_in.SetStun(0)
imp_in.SetKnockdown(0)
imp_in.SetUnconscious(0)
imp_in.SetParalyzed(0)
imp_in.SetImmobilized(0)
imp_in.adjustStaminaLoss(-75)
imp_in.set_resting(FALSE)
imp_in.update_mobility()
imp_in.reagents.add_reagent(/datum/reagent/medicine/synaptizine, 10)
imp_in.reagents.add_reagent(/datum/reagent/medicine/omnizine, 10)
imp_in.reagents.add_reagent(/datum/reagent/medicine/stimulants, 10)
imp_in.reagents.add_reagent(/datum/reagent/medicine/badstims, 6)
if(!uses)
qdel(src)