diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index 7d25850e1d5..f89d3f63f0c 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -382,7 +382,7 @@ materials = list(MAT_METAL=3000) /obj/item/storage/bag/tray/attack(mob/living/M, mob/living/user) - . = ..() + ..() // Drop all the things. All of them. var/list/obj/item/oldContents = contents.Copy() drop_inventory(user)