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:
MrMelbert
2024-03-07 10:21:12 -06:00
committed by GitHub
parent 0733065c4e
commit 47dc38fee2
34 changed files with 316 additions and 133 deletions

View File

@@ -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