Vox sound updates

This commit is contained in:
ZomgPonies
2014-01-03 21:43:40 -05:00
parent 6827a12afe
commit eb44938358
784 changed files with 837 additions and 750 deletions
+1 -1
View File
@@ -280,7 +280,7 @@
//send resources to the client. It's here in its own proc so we can move it around easiliy if need be
/client/proc/send_resources()
// preload_vox()
preload_vox()
getFiles(
// 'nano/js/libraries.min.js',
'nano/js/libraries/1-jquery.js',
+1 -1
View File
@@ -84,10 +84,10 @@
prefs.save_preferences()
if(prefs.toggles & SOUND_MIDI)
src << "You will now hear any sounds uploaded by admins."
else
var/sound/break_sound = sound(null, repeat = 0, wait = 0, channel = 777)
break_sound.priority = 250
src << break_sound //breaks the client's sound output on channel 777
else
src << "You will no longer hear sounds uploaded by admins; any currently playing midis have been disabled."
feedback_add_details("admin_verb","TMidi") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!