message code

This commit is contained in:
LetterJay
2017-05-05 10:38:03 -05:00
parent acf8cb1597
commit c489186c3f

View File

@@ -319,7 +319,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
for(var/I in holo_calls)
var/datum/holocall/HC = I
if(HC.connected_holopad == src && speaker != HC.hologram)
HC.user.Hear(message, speaker, message_language, raw_message, radio_freq, spans)
HC.user.Hear(message, speaker, message_language, raw_message, radio_freq, spans, message_mode)
if(outgoing_call && speaker == outgoing_call.user)
outgoing_call.hologram.say(raw_message)