mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into ann2
# Conflicts: # code/defines/procs/announce.dm # code/modules/events/mass_hallucination.dm
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
for(var/obj/item/device/radio/R in global_radios)
|
||||
receivers |= R.send_announcement()
|
||||
for(var/mob/M in receivers)
|
||||
if(!istype(M) || !M.client || M.stat || isdeaf(M))
|
||||
if(!istype(M) || !M.client || M.stat || !M.can_hear())
|
||||
receivers -= M
|
||||
continue
|
||||
if(!M.say_understands(null, message_language))
|
||||
|
||||
Reference in New Issue
Block a user