mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user