mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
Give mood buff for defibbing someone (#52798)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user