diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 250c119b226..9e937185c1b 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -160,7 +160,7 @@ return if(prefs.muted & MUTE_ADMINHELP) - src << "Error: Admin-PM: You cannot send adminhelps (Muted)." + src << "Error: Admin-PM: You cannot send mentorhelps (Muted)." return if(src.handle_spam_prevention(msg,MUTE_ADMINHELP)) return @@ -184,7 +184,7 @@ for(var/client/X in admins) if(X.prefs.toggles & SOUND_ADMINHELP) - X << 'sound/effects/adminhelp.ogg' + X << 'sound/machines/twobeep.ogg' X << msg src << "PM to-Mentors: [original_msg]"