Remove RadioChatter toggle as redundant and broken. Ghosts can use GhostRadio toggle while players can turn off their headsets ICly.

This commit is contained in:
ZomgPonies
2014-07-24 16:35:22 -04:00
parent 96bfd73fbd
commit 8fc1cc3024
4 changed files with 4 additions and 19 deletions
@@ -479,8 +479,6 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
var/list/heard_garbled = list() // garbled message
for (var/mob/R in receive)
if (R.client && !(R.client.prefs.toggles & CHAT_RADIO)) //Adminning with 80 people on can be fun when you're trying to talk and all you can hear is radios.
continue
if (R.say_understands(M))
if (ishuman(M) && M.GetVoice() != M.real_name)
heard_masked += R
@@ -824,4 +822,4 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
if(isrobot(src.loc))
var/mob/living/silicon/robot/R = src.loc
R.radio = null
..()
..()