mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
fixes + changelog
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* Classic Baton
|
||||
*/
|
||||
|
||||
/obj/item/weapon/melee
|
||||
/obj/item/weapon/melee
|
||||
name = "weapon"
|
||||
desc = "Murder device."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
|
||||
Reference in New Issue
Block a user