More fixes to text2speech

This commit is contained in:
ZomgPonies
2014-01-27 16:58:52 -05:00
parent bd3e0c1cf8
commit 7014f6f83e
10 changed files with 43 additions and 37 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
log_admin("[key_name(src)] played sound [S]")
message_admins("[key_name_admin(src)] played sound [S]", 1)
for(var/mob/M in player_list)
if(M.client.prefs.toggles & SOUND_MIDI)
if(M.client.prefs.sound & SOUND_MIDI)
M << uploaded_sound
feedback_add_details("admin_verb","PGS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!