Adds button and switch sounds when using machinery (#8195)

This commit is contained in:
Wowzewow (Wezzy)
2020-02-07 14:33:30 +01:00
committed by GitHub
parent 04d2d854cb
commit 6c3fbbfa76
23 changed files with 83 additions and 7 deletions
@@ -756,3 +756,8 @@ var/global/list/default_medbay_channels = list(
/obj/item/device/radio/phone/medbay/Initialize()
. = ..()
internal_channels = default_medbay_channels.Copy()
/obj/item/device/radio/CouldUseTopic(var/mob/user)
..()
if(iscarbon(user))
playsound(src, "button", 10)