Give mood buff for defibbing someone (#52798)

This commit is contained in:
Jared-Fogle
2020-08-11 07:55:46 -07:00
committed by GitHub
parent 32caf4c265
commit 3cf450d564
3 changed files with 3 additions and 2 deletions
@@ -693,7 +693,7 @@
return FALSE
visible_message("<span class='notice'>[src] performs CPR on [target.name]!</span>", "<span class='notice'>You perform CPR on [target.name].</span>")
SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "perform_cpr", /datum/mood_event/perform_cpr)
SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "saved_life", /datum/mood_event/saved_life)
log_combat(src, target, "CPRed")
if (HAS_TRAIT(target, TRAIT_NOBREATH))