From 3d8f8ffe2725404a1e82c14ced20792017ca1dd9 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Fri, 2 Apr 2021 02:19:19 -0700 Subject: [PATCH] Bringin' back the ding --- code/modules/admin/verbs/pray.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/verbs/pray.dm b/code/modules/admin/verbs/pray.dm index 873007a2a5..c583dccead 100644 --- a/code/modules/admin/verbs/pray.dm +++ b/code/modules/admin/verbs/pray.dm @@ -48,6 +48,8 @@ if(C.prefs.toggles & SOUND_PRAYERS) if(usr.job == "Chaplain") SEND_SOUND(C, sound('sound/effects/pray.ogg')) + else + SEND_SOUND(C, sound('sound/effects/ding.ogg')) to_chat(usr, "You pray to the gods: \"[msg_tmp]\"", confidential = TRUE) SSblackbox.record_feedback("tally", "admin_verb", 1, "Prayer") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!