mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix #6868
Reduces the command report sound to 60% of its current full volume
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user