Merge pull request #12850 from VOREStation/upstream-merge-8580

[MIRROR] Fixes doubled name when deathgasping
This commit is contained in:
Casey
2022-04-27 16:30:00 -04:00
committed by GitHub

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"