Adds a toggleable notification sound to prayers for admins (#12977)

* Adds a toggleable notification sound to prayers for admins

* code quality improvement
This commit is contained in:
Darkmight9
2020-12-16 15:33:12 -05:00
committed by GitHub
parent f5d017bc5a
commit 961da75431
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -35,6 +35,8 @@
for(var/client/X in GLOB.admins)
if(check_rights(R_EVENT,0,X.mob))
to_chat(X, msg)
if(X.prefs.sound & SOUND_PRAYERNOTIFY)
SEND_SOUND(X, 'sound/items/PDA/ambicha4-short.ogg')
to_chat(usr, "Your prayers have been received by the gods.")
feedback_add_details("admin_verb","PR") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!