mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
Let's you talk through action figures, plushies, and toy mechs with .l and .r. Also a big clean up of say because its support for non-mobs was lackluster. (#81848)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
/obj/item/assembly/voice/Hear(message, atom/movable/speaker, message_language, raw_message, radio_freq, list/spans, list/message_mods = list(), message_range)
|
||||
. = ..()
|
||||
if(message_mods[WHISPER_MODE]) //Too quiet lad
|
||||
if(message_mods[WHISPER_MODE] || message_mods[MODE_RELAY]) //Too quiet lad
|
||||
return FALSE
|
||||
if(speaker == src)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user