Reduces the volume of grabbing jumpsuits.

This commit is contained in:
lbnesquik
2021-08-28 01:48:54 +02:00
parent 50e880ce5e
commit 89ea1ac73f
+2 -2
View File
@@ -347,9 +347,9 @@
if(user.pulling == src) user.stop_pulling()
if((slot_flags & slot))
if(equip_sound)
playsound(src, equip_sound, 30)
playsound(src, equip_sound, 20)
else
playsound(src, drop_sound, 30)
playsound(src, drop_sound, 20)
else if(slot == slot_l_hand || slot == slot_r_hand)
playsound(src, pickup_sound, 20, preference = /datum/client_preference/pickup_sounds)
return