mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 20:16:35 +01:00
fixes whispers returning oopsie
This commit is contained in:
@@ -380,8 +380,7 @@ proc/get_radio_key_from_channel(var/channel)
|
||||
if(!isobserver(usr) || !IsAdminGhost(usr))
|
||||
if(!whispering)
|
||||
usr.say_overhead(say_emphasis(message), speaking)
|
||||
if(whispering)
|
||||
return
|
||||
|
||||
|
||||
//Main 'say' and 'whisper' message delivery
|
||||
for(var/mob/M in listening)
|
||||
|
||||
Reference in New Issue
Block a user