fixes + changelog

This commit is contained in:
Cerebulon
2020-03-09 00:11:21 +00:00
parent b047c2a45e
commit 5009165afd
3 changed files with 39 additions and 2 deletions

View File

@@ -278,7 +278,7 @@
/obj/item/throw_impact(atom/hit_atom)
..()
if(drop_sound)
if(drop_sound && usr.is_preference_enabled(/datum/client_preference/drop_sounds))
playsound(src, drop_sound, 50, 0)
// apparently called whenever an item is removed from a slot, container, or anything else.

View File

@@ -9,7 +9,7 @@
* Classic Baton
*/
/obj/item/weapon/melee
/obj/item/weapon/melee
name = "weapon"
desc = "Murder device."
icon = 'icons/obj/weapons.dmi'