mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[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:
@@ -265,7 +265,7 @@
|
|||||||
if(alert)
|
if(alert)
|
||||||
for(var/client/X in GLOB.admins)
|
for(var/client/X in GLOB.admins)
|
||||||
if(X.is_preference_enabled(/datum/client_preference/holder/play_adminhelp_ping))
|
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)
|
window_flash(X)
|
||||||
//VOREStation Edit end.
|
//VOREStation Edit end.
|
||||||
|
|
||||||
|
|||||||
BIN
sound/effects/tones/newplayerping.ogg
Normal file
BIN
sound/effects/tones/newplayerping.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user