mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Ding for prayers
This commit is contained in:
@@ -48,6 +48,8 @@
|
|||||||
if(C.prefs.toggles & SOUND_PRAYERS)
|
if(C.prefs.toggles & SOUND_PRAYERS)
|
||||||
if(usr.job == "Chaplain")
|
if(usr.job == "Chaplain")
|
||||||
SEND_SOUND(C, sound('sound/effects/pray.ogg'))
|
SEND_SOUND(C, sound('sound/effects/pray.ogg'))
|
||||||
|
else
|
||||||
|
SEND_SOUND(C, sound('sound/effects/ding.ogg'))
|
||||||
to_chat(usr, "<span class='info'>You pray to the gods: \"[msg_tmp]\"</span>")
|
to_chat(usr, "<span class='info'>You pray to the gods: \"[msg_tmp]\"</span>")
|
||||||
|
|
||||||
SSblackbox.record_feedback("tally", "admin_verb", 1, "Prayer") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
SSblackbox.record_feedback("tally", "admin_verb", 1, "Prayer") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||||
|
|||||||
BIN
sound/effects/ding.ogg
Normal file
BIN
sound/effects/ding.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user