Buffed changeling adrenals too.

This commit is contained in:
Useroth
2019-04-26 21:34:50 +02:00
parent 3563fef4c0
commit 9c17845e0f
4 changed files with 10 additions and 2 deletions
@@ -19,6 +19,12 @@
user.SetKnockdown(0)
user.reagents.add_reagent("changelingadrenaline", 10)
user.reagents.add_reagent("changelinghaste", 2) //For a really quick burst of speed
user.adjustStaminaLoss(-75)
user.adjustStaminaLoss(-200)
user.updatehealth()
user.update_stamina()
user.stuttering = 0
user.resting = 0
user.lying = 0
user.update_canmove()
return TRUE
@@ -4,6 +4,7 @@
if(!ninjacost(0,N_ADRENALINE))
var/mob/living/carbon/human/H = affecting
H.SetSleeping(0)
H.SetStun(0)
H.SetKnockdown(0)
H.SetUnconscious(0)
@@ -1165,7 +1165,7 @@
id = "changelingadrenaline"
description = "Reduces the duration of unconciousness, knockdown and stuns. Restores stamina, but deals toxin damage when overdosed."
color = "#C8A5DC"
overdose_threshold = 30
overdose_threshold = 20
/datum/reagent/medicine/changelingadrenaline/on_mob_life(mob/living/carbon/M as mob)
M.AdjustUnconscious(-20, 0)