Sound Update/Refactor

This commit is contained in:
Fox-McCloud
2017-07-25 20:35:38 -04:00
parent 26ca00714e
commit f78c507122
15 changed files with 85 additions and 66 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
/mob/proc/AIize()
if(client)
src << sound(null, repeat = 0, wait = 0, volume = 85, channel = 1)// stop the jams for AIs
stop_sound_channel(CHANNEL_LOBBYMUSIC)
var/mob/living/silicon/ai/O = new (loc,,,1)//No MMI but safety is in effect.
O.invisibility = 0