Updates Status Effects: Fixes Blood Drunk Status Effect, Buffs Regenerative Core (#12320)

This commit is contained in:
Fox McCloud
2019-09-17 07:56:50 -04:00
committed by variableundefined
parent 604fc2e8fe
commit 1b1bd00c06
7 changed files with 165 additions and 20 deletions
@@ -84,7 +84,7 @@
else
to_chat(user, "<span class='notice'>You start to smear [src] on yourself. Disgusting tendrils hold you together and allow you to keep moving, but for how long?</span>")
feedback_add_details("hivelord_core","[src.type]|used|self")
H.revive()
H.apply_status_effect(STATUS_EFFECT_REGENERATIVE_CORE)
user.drop_item()
qdel(src)