Fixed two leftovers from a feature that I will do in another PR.

This commit is contained in:
Useroth
2019-04-28 06:23:36 +02:00
parent 56b2e7150c
commit 8ab82e0853
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@
action_background_icon_state = "bg_ling"
//Recover from stuns.
/obj/effect/proc_holder/changeling/adrenaline/sting_action(mob/living/carbon/user)
/obj/effect/proc_holder/changeling/adrenaline/sting_action(mob/living/user)
to_chat(user, "<span class='notice'>Energy rushes through us.[user.lying ? " We arise." : ""]</span>")
user.SetSleeping(0)
user.SetUnconscious(0)