Revert the . = ..()

This commit is contained in:
joep van der velden
2020-09-12 10:28:01 +02:00
parent 33f1353126
commit 5244b49e4e
@@ -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)