Reduces the command report sound to 60% of its current full volume
This commit is contained in:
clusterfack
2016-01-25 21:58:04 -06:00
parent 13ff607beb
commit 8df7da9433
4 changed files with 4 additions and 4 deletions

View File

@@ -2713,7 +2713,7 @@
W.req_access = list()
message_admins("[key_name_admin(usr)] activated Egalitarian Station mode")
command_alert("Centcomm airlock control override activated. Please take this time to get acquainted with your coworkers.")
to_chat(world, sound('sound/AI/commandreport.ogg'))
to_chat(world, sound('sound/AI/commandreport.ogg', volume = 60))
if("dorf")
feedback_inc("admin_secrets_fun_used",1)
feedback_add_details("admin_secrets_fun_used","DF")