From 2f6527800ea5016fb2a0c029872a622256912055 Mon Sep 17 00:00:00 2001 From: dzahlus Date: Thu, 18 Feb 2021 15:55:23 +0100 Subject: [PATCH] monke getting wounded *pain's lmao --- code/datums/wounds/_wounds.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/wounds/_wounds.dm b/code/datums/wounds/_wounds.dm index 02421b1e52..9c5a41de5d 100644 --- a/code/datums/wounds/_wounds.dm +++ b/code/datums/wounds/_wounds.dm @@ -134,6 +134,7 @@ if(status_effect_type) linked_status_effect = victim.apply_status_effect(status_effect_type, src) SEND_SIGNAL(victim, COMSIG_CARBON_GAIN_WOUND, src, limb) + victim.emote("pain") if(!victim.alerts["wound"]) // only one alert is shared between all of the wounds victim.throw_alert("wound", /obj/screen/alert/status_effect/wound)