mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 00:59:16 +01:00
Reduces the volume of grabbing jumpsuits.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user