Changed the new player notification sound to be less intrusive.

This changes the sound that plays when a player connects for the first time or has a byond account made within the last two days. The new sound is a more subtle and pleasant ping, far less annoying and intrusive.
This commit is contained in:
SatinIsle
2023-07-23 20:02:45 +01:00
parent 66d4683436
commit 6d33f7b04d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -263,7 +263,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.