mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +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:
@@ -289,7 +289,7 @@ GLOBAL_VAR_INIT(nt_fax_department, pick("NT HR Department", "NT Legal Department
|
||||
to_chat(GLOB.admins, span_adminnotice("[icon2html(src.icon, GLOB.admins)]<b><font color=green>FAX REQUEST: </font>[ADMIN_FULLMONTY(usr)]:</b> [span_linkify("sent a fax message from [fax_name]/[fax_id][ADMIN_FLW(src)] to [html_encode(params["name"])]")] [ADMIN_SHOW_PAPER(fax_paper)]"), confidential = TRUE)
|
||||
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'))
|
||||
log_fax(fax_paper, params["id"], params["name"])
|
||||
loaded_item_ref = null
|
||||
update_appearance()
|
||||
|
||||
Reference in New Issue
Block a user