Merge pull request #6295 from Mechoid/TTS_And_Sign

Adds an advanced TTS circuit, and sign-camera.
This commit is contained in:
Atermonera
2019-08-05 14:51:00 -08:00
committed by VirgoBot
parent 3ecec80c42
commit e60f0daf47
5 changed files with 120 additions and 0 deletions

View File

@@ -413,6 +413,10 @@ proc/get_radio_key_from_channel(var/channel)
for(var/hearer in mobs)
var/mob/M = hearer
M.hear_signlang(message, verb, language, src)
var/list/objs = potentials["objs"]
for(var/hearer in objs)
var/obj/O = hearer
O.hear_signlang(message, verb, language, src)
return 1
/obj/effect/speech_bubble