From 0a80dafaaf01ab65654a2fa74f9a9d08a9265f5e Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:24:09 -0700 Subject: [PATCH] its the vote sound now (#30071) --- code/modules/admin/misc_admin_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/misc_admin_procs.dm b/code/modules/admin/misc_admin_procs.dm index f1251238bd5..5dd27e15654 100644 --- a/code/modules/admin/misc_admin_procs.dm +++ b/code/modules/admin/misc_admin_procs.dm @@ -434,7 +434,7 @@ GLOBAL_VAR_INIT(disable_explosions, FALSE) for(var/client/clients_to_alert in GLOB.clients) window_flash(clients_to_alert) if(clients_to_alert.prefs?.sound & SOUND_ADMINHELP) - SEND_SOUND(clients_to_alert, sound('sound/effects/adminhelp.ogg')) + SEND_SOUND(clients_to_alert, sound('sound/misc/server_alert.ogg')) SSblackbox.record_feedback("tally", "admin_verb", 1, "Announce") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /datum/admins/proc/toggleooc()