[MIRROR] Changed the new player notification sound to be less intrusive. (#6647)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-07-24 01:01:47 -07:00
committed by GitHub
parent e3d159295b
commit e17e675929
2 changed files with 1 additions and 1 deletions

View File

@@ -265,7 +265,7 @@
if(alert)
for(var/client/X in GLOB.admins)
if(X.is_preference_enabled(/datum/client_preference/holder/play_adminhelp_ping))
X << 'sound/voice/bcriminal.ogg'
X << 'sound/effects/tones/newplayerping.ogg'
window_flash(X)
//VOREStation Edit end.

Binary file not shown.