Add a sound effect for headset messages (#25755)

* Add a sound effect for headset messages

* better sound

* good better best
This commit is contained in:
Luc
2024-06-12 14:39:51 -07:00
committed by GitHub
parent 1122ca5adb
commit b1909e6066
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -183,8 +183,7 @@
log_admin("[key_name(src)] replied to [key_name(H)]'s [sender] message with the message [input].")
message_admins("[key_name_admin(src)] replied to [key_name_admin(H)]'s [sender] message with: \"[input]\"")
to_chat(H, "<span class = 'specialnoticebold'>Incoming priority transmission from [sender == "Syndicate" ? "your benefactor" : "Central Command"]. Message as follows[sender == "Syndicate" ? ", agent." : ":"]</span><span class = 'specialnotice'> [input]</span>")
SEND_SOUND(H, 'sound/effects/headset_message.ogg')
/client/proc/cmd_admin_godmode(mob/M as mob in GLOB.mob_list)