From 1c844af0a1acc3b2c4bb82b73d9070b0a01e78cd Mon Sep 17 00:00:00 2001 From: Atermonera Date: Tue, 26 Apr 2022 22:50:35 -0800 Subject: [PATCH] Merge pull request #8580 from Cerebulon/deathgasp Fixes doubled name when deathgasping --- code/modules/emotes/definitions/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/emotes/definitions/human.dm b/code/modules/emotes/definitions/human.dm index a35d4f1d67c..b8571fa1646 100644 --- a/code/modules/emotes/definitions/human.dm +++ b/code/modules/emotes/definitions/human.dm @@ -11,7 +11,7 @@ . = ..() /decl/emote/human/deathgasp/get_emote_message_3p(var/mob/living/carbon/human/user) - return "USER [user.species.get_death_message(user)]" + return "[user.species.get_death_message(user)]" /decl/emote/human/swish key = "swish"