Adds more machine button sounds (#6802)

* Adds more machine button sounds

* chang
This commit is contained in:
Cerebulon
2020-03-11 20:32:06 -04:00
committed by VirgoBot
parent ba15309e2c
commit 80f7f3afb2
16 changed files with 64 additions and 1 deletions
@@ -128,6 +128,11 @@ var/global/list/default_medbay_channels = list(
ui.set_initial_data(data)
ui.open()
/obj/item/device/radio/CouldUseTopic(var/mob/user)
..()
if(iscarbon(user))
playsound(src, "button", 10)
/obj/item/device/radio/proc/list_channels(var/mob/user)
return list_internal_channels(user)