diff --git a/code/modules/admin/verbs/adminsay.dm b/code/modules/admin/verbs/adminsay.dm index 9081357e..6b482389 100644 --- a/code/modules/admin/verbs/adminsay.dm +++ b/code/modules/admin/verbs/adminsay.dm @@ -14,7 +14,7 @@ msg = keywords_lookup(msg) msg = "ADMIN: [key_name(usr, 1)] [ADMIN_FLW(mob)]: [msg]" to_chat(GLOB.admins, msg) - + SEND_SOUND(GLOB.admins, sound('sound/effects/asay.ogg')) SSblackbox.record_feedback("tally", "admin_verb", 1, "Asay") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/get_admin_say() diff --git a/sound/effects/asay.ogg b/sound/effects/asay.ogg new file mode 100644 index 00000000..6af8300e Binary files /dev/null and b/sound/effects/asay.ogg differ