Tweaks to pickup/equip sounds. (#7651)

This commit is contained in:
Cerebulon
2020-09-20 03:56:41 -07:00
committed by GitHub
parent fcc1496a96
commit 0815a554c6
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()