mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Fixes ghost with ghost ears off hearing whispers.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user