Revert "Changes the sound fokr sending a message over the radio (#32506)" (#32523)

This reverts commit 45a2959b67.
This commit is contained in:
Kurfursten
2022-05-03 18:09:48 -05:00
committed by GitHub
parent 6615b45647
commit de896701b7
2 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
if(!broadcasting)
return
if(usr.client && usr.client.prefs.headset_sound)
playsound(usr, 'sound/effects/radio_beep.ogg', 40, 1, vary = 0)
playsound(usr, 'sound/effects/radio_chatter.ogg', 100, 1, vary = 0)
return ..()
/obj/item/device/radio/headset/receive_range(freq, level)