mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[MIRROR] Change admin comm console alert sound [NO GBP] [MDB IGNORE] (#18759)
* Change admin comm console alert sound [NO GBP] (#72637) ## About The Pull Request The original sound I used for the admin comm/fax notification causes confusion with shuttle uplink being enabled/disabled for various reasons. ## Why It's Good For The Game You wonder who disabled the shuttle, but it's just a fax. ## Changelog 🆑 LT3 admin: Changed admin comm/fax notification sound to be less confusing /🆑 * Change admin comm console alert sound [NO GBP] Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
msg = span_adminnotice("<b><font color=orange>CENTCOM:</font>[ADMIN_FULLMONTY(sender)] [ADMIN_CENTCOM_REPLY(sender)]:</b> [msg]")
|
||||
for(var/client/staff as anything in GLOB.admins)
|
||||
if(staff?.prefs.read_preference(/datum/preference/toggle/comms_notification))
|
||||
SEND_SOUND(staff, sound('sound/misc/announce_dig.ogg'))
|
||||
SEND_SOUND(staff, sound('sound/misc/server-ready.ogg'))
|
||||
to_chat(GLOB.admins, msg, confidential = TRUE)
|
||||
for(var/obj/machinery/computer/communications/console in GLOB.shuttle_caller_list)
|
||||
console.override_cooldown()
|
||||
@@ -69,7 +69,7 @@
|
||||
msg = span_adminnotice("<b><font color=crimson>SYNDICATE:</font>[ADMIN_FULLMONTY(sender)] [ADMIN_SYNDICATE_REPLY(sender)]:</b> [msg]")
|
||||
for(var/client/staff as anything in GLOB.admins)
|
||||
if(staff?.prefs.read_preference(/datum/preference/toggle/comms_notification))
|
||||
SEND_SOUND(staff, sound('sound/misc/announce_dig.ogg'))
|
||||
SEND_SOUND(staff, sound('sound/misc/server-ready.ogg'))
|
||||
to_chat(GLOB.admins, msg, confidential = TRUE)
|
||||
for(var/obj/machinery/computer/communications/console in GLOB.shuttle_caller_list)
|
||||
console.override_cooldown()
|
||||
@@ -80,7 +80,7 @@
|
||||
GLOB.requests.nuke_request(sender.client, msg)
|
||||
msg = span_adminnotice("<b><font color=orange>NUKE CODE REQUEST:</font>[ADMIN_FULLMONTY(sender)] [ADMIN_CENTCOM_REPLY(sender)] [ADMIN_SET_SD_CODE]:</b> [msg]")
|
||||
for(var/client/staff as anything in GLOB.admins)
|
||||
SEND_SOUND(staff, sound('sound/misc/announce_dig.ogg'))
|
||||
SEND_SOUND(staff, sound('sound/misc/server-ready.ogg'))
|
||||
to_chat(GLOB.admins, msg, confidential = TRUE)
|
||||
for(var/obj/machinery/computer/communications/console in GLOB.shuttle_caller_list)
|
||||
console.override_cooldown()
|
||||
|
||||
Reference in New Issue
Block a user