Merge pull request #9067 from VOREStation/upstream-merge-7651

[MIRROR] Tweaks to pickup/equip sounds.
This commit is contained in:
Novacat
2020-09-21 13:51:44 -04:00
committed by GitHub
34 changed files with 104 additions and 35 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ LINEN BINS
throw_speed = 1
throw_range = 2
w_class = ITEMSIZE_SMALL
drop_sound = 'sound/items/drop/cloth.ogg'
pickup_sound = 'sound/items/pickup/cloth.ogg'
drop_sound = 'sound/items/drop/clothing.ogg'
pickup_sound = 'sound/items/pickup/clothing.ogg'
/obj/item/weapon/bedsheet/attack_self(mob/user as mob)
user.drop_item()