Cleans up announcement sound handling. Plays communication blackout sound at half volume.

This commit is contained in:
PsiOmega
2015-03-31 14:51:22 +02:00
parent c4a10f05b1
commit e1f8af1997
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
A << "<br>"
if(prob(30)) //most of the time, we don't want an announcement, so as to allow AIs to fake blackouts.
command_announcement.Announce(alert, new_sound = 'sound/misc/interference.ogg')
command_announcement.Announce(alert, new_sound = sound('sound/misc/interference.ogg', volume=50))
/datum/event/communications_blackout/start()