Back to the point of entry.

This commit is contained in:
Useroth
2019-04-28 06:21:03 +02:00
parent 41a8177f34
commit 56b2e7150c
5 changed files with 14 additions and 3 deletions
@@ -11,7 +11,7 @@
action_background_icon_state = "bg_ling"
//Recover from stuns.
/obj/effect/proc_holder/changeling/adrenaline/sting_action(mob/living/user)
/obj/effect/proc_holder/changeling/adrenaline/sting_action(mob/living/carbon/user)
to_chat(user, "<span class='notice'>Energy rushes through us.[user.lying ? " We arise." : ""]</span>")
user.SetSleeping(0)
user.SetUnconscious(0)
@@ -21,7 +21,11 @@
user.reagents.add_reagent("changelinghaste", 2) //For a really quick burst of speed
user.adjustStaminaLoss(-150)
user.stuttering = 0
user.updatehealth()
user.update_stamina()
user.resting = 0
user.lying = 0
user.update_canmove()
return TRUE