This commit is contained in:
DeityLink
2015-11-11 14:27:09 +01:00
parent 1306b1238f
commit 3310ebba29

View File

@@ -85,6 +85,7 @@
/obj/item/weapon/storage/briefcase/false_bottomed/Destroy()
if(stored_item)//since the stored_item isn't in the briefcase' contents we gotta remind the game to delete it here.
qdel(stored_item)
stored_item = null
..()
/obj/item/weapon/storage/briefcase/false_bottomed/afterattack(var/atom/A, mob/user)