Fixes ghost with ghost ears off hearing whispers.

This commit is contained in:
Erthilo
2012-06-24 01:23:43 +01:00
parent 527110e8b0
commit f88f097777

View File

@@ -165,5 +165,5 @@
for (var/mob/M in world)
if (istype(M, /mob/new_player))
continue
if (M.stat > 1 && !(M in heard_a))
if (M.stat > 1 && !(M in heard_a) && M.client.ghost_ears)
M.show_message(rendered, 2)