diff --git a/code/modules/mob/say.dm b/code/modules/mob/say.dm
index c041ed46d3c..c926fabf2d8 100644
--- a/code/modules/mob/say.dm
+++ b/code/modules/mob/say.dm
@@ -51,7 +51,7 @@
to_chat(usr, "You have deadchat muted.")
return
- say_dead_direct("[pick("complains","moans","whines","laments","blubbers")], \"[message]\"", src)
+ say_dead_direct("[pick("complains", "moans", "whines", "laments", "blubbers", "salts")], \"[message]\"", src)
/mob/proc/say_understands(var/mob/other,var/datum/language/speaking = null)
@@ -146,4 +146,4 @@
if(can_speak(L))
return L
- return null
\ No newline at end of file
+ return null