mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Fixed toolbox sounds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user