Merge pull request #6616 from Shadow-Quill/Sign-Lang-Translator-Fix

Sign Language translator now properly works
This commit is contained in:
Atermonera
2020-01-15 20:09:40 -08:00
committed by VirgoBot
parent a5b768eccc
commit e4528a99bf

View File

@@ -567,7 +567,8 @@
LANGUAGE_SOL_COMMON,
LANGUAGE_TRADEBAND,
LANGUAGE_GUTTER,
LANGUAGE_TERMINUS
LANGUAGE_TERMINUS,
LANGUAGE_SIGN
)
/obj/item/integrated_circuit/input/microphone/sign/Initialize()
@@ -587,6 +588,7 @@
set_pin_data(IC_OUTPUT, 2, msg)
push_data()
if(!translated)
activate_pin(1)
if(translated)
activate_pin(2)