mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
prefs/tweaks
This commit is contained in:
@@ -278,8 +278,8 @@
|
||||
|
||||
/obj/item/throw_impact(atom/hit_atom)
|
||||
..()
|
||||
if(drop_sound && usr.is_preference_enabled(/datum/client_preference/drop_sounds))
|
||||
playsound(src, drop_sound, 50, 0)
|
||||
if(drop_sound)
|
||||
playsound(src, drop_sound, 50, 0, preference = /datum/client_preference/drop_sounds)
|
||||
|
||||
// apparently called whenever an item is removed from a slot, container, or anything else.
|
||||
/obj/item/proc/dropped(mob/user as mob)
|
||||
|
||||
Reference in New Issue
Block a user