mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Removed broken backpack unequipping sound
This commit is contained in:
@@ -24,11 +24,12 @@
|
|||||||
playsound(src.loc, src.use_sound, 50, 1, -5)
|
playsound(src.loc, src.use_sound, 50, 1, -5)
|
||||||
..(user, slot)
|
..(user, slot)
|
||||||
|
|
||||||
|
/*
|
||||||
/obj/item/weapon/storage/backpack/dropped(mob/user as mob)
|
/obj/item/weapon/storage/backpack/dropped(mob/user as mob)
|
||||||
//dont play sound when dropped on the floor
|
|
||||||
if (loc == user && src.use_sound)
|
if (loc == user && src.use_sound)
|
||||||
playsound(src.loc, src.use_sound, 50, 1, -5)
|
playsound(src.loc, src.use_sound, 50, 1, -5)
|
||||||
..(user)
|
..(user)
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Backpack Types
|
* Backpack Types
|
||||||
|
|||||||
Reference in New Issue
Block a user