mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
nullify
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
/obj/item/weapon/storage/briefcase/false_bottomed/Destroy()
|
/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.
|
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)
|
qdel(stored_item)
|
||||||
|
stored_item = null
|
||||||
..()
|
..()
|
||||||
|
|
||||||
/obj/item/weapon/storage/briefcase/false_bottomed/afterattack(var/atom/A, mob/user)
|
/obj/item/weapon/storage/briefcase/false_bottomed/afterattack(var/atom/A, mob/user)
|
||||||
|
|||||||
Reference in New Issue
Block a user