Merge pull request #1141 from DragonTrance/various-misc-2

Fixes antagonists being unable to hear code phrases and responses, and other misc hearing stuff
This commit is contained in:
Dahlular
2021-05-09 20:35:44 -06:00
committed by GitHub
7 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
. = say_dead(message)
/mob/dead/observer/Hear(message, atom/movable/speaker, message_language, raw_message, radio_freq, list/spans, message_mode, atom/movable/source)
. = ..()
SEND_SIGNAL(src, COMSIG_MOVABLE_HEAR, args) //parent calls can't overwrite the current proc args.
var/atom/movable/to_follow = speaker
if(radio_freq)
var/atom/movable/virtualspeaker/V = speaker