Fixed toolbox sounds

This commit is contained in:
Cerebulon
2020-03-08 23:37:48 +00:00
parent 52e6669bf9
commit b047c2a45e
@@ -141,8 +141,8 @@
is_seeing -= user
/obj/item/weapon/storage/proc/open(mob/user as mob)
if (src.use_sound && !isobserver(user))
playsound(src.loc, src.use_sound, 50, 1, -5)
if (use_sound)
playsound(src.loc, src.use_sound, 50, 0, -5)
orient2hud(user)
if (user.s_active)