Merge pull request #8580 from Cerebulon/deathgasp

Fixes doubled name when deathgasping
This commit is contained in:
Atermonera
2022-04-27 02:51:20 -04:00
committed by VirgoBot
parent 887dca3183
commit 1c844af0a1
+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"