Fixed ghosts hearing whispers.

This commit is contained in:
Spamcat
2013-03-18 18:03:53 +04:00
parent 5e2c921933
commit e417ad2ec7
@@ -140,5 +140,5 @@
for (var/mob/M in dead_mob_list)
if (!(M.client))
continue
if (M.stat > 1 && !(M in heard_a))
if (M.stat > 1 && !(M in heard_a) && (M.client.prefs.toggles & CHAT_GHOSTEARS))
M.show_message(rendered, 2)