Fixing AI holopad speech text being small and whispers ending in multiple exclamation marks oxymoron.

This commit is contained in:
Ghommie
2019-11-08 22:33:26 +01:00
parent c9cd27c38c
commit 298f2e02c6
22 changed files with 46 additions and 44 deletions
@@ -859,7 +859,7 @@
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
power_draw_per_use = 5
/obj/item/integrated_circuit/input/microphone/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq, spans, message_mode)
/obj/item/integrated_circuit/input/microphone/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq, spans, message_mode, atom/movable/source)
. = ..()
var/translated = FALSE
if(speaker && message)