Merge pull request #8580 from Cerebulon/deathgasp

Fixes doubled name when deathgasping
This commit is contained in:
Atermonera
2022-04-26 22:50:35 -08:00
committed by GitHub
+1 -1
View File
@@ -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"