From a9b59701093080c634d5e1453eaf09222b2ca7ef Mon Sep 17 00:00:00 2001 From: xNightHowlx <44651958+xNightHowlx@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:20:44 +0200 Subject: [PATCH] Update blood.dm visible emote when someones bandage ends and falls off --- code/modules/mob/living/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index 2e2674daf28..8d362b862a0 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -15,7 +15,7 @@ bleedsuppress = 0 if(stat != DEAD && bleed_rate) to_chat(src, "The blood soaks through your bandage.") - + visible_message("[src.name]'s bandage falls off.", ignored_mobs = list(src)) // Singulo edit - visible emote when someones bandage ends and falls off /mob/living/carbon/monkey/handle_blood() if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_HUSK))) //cryosleep or husked people do not pump the blood.