Skip to content

Commit

Permalink
Update code/game/objects/structures/cabinet.dm
Browse files Browse the repository at this point in the history
Signed-off-by: FalloutFalcon <[email protected]>
  • Loading branch information
FalloutFalcon authored Sep 26, 2024
1 parent f2ae502 commit 97973db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/cabinet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/obj/structure/cabinet/Destroy()
if(istype(stored))
qdel(stored)
stored = null
return ..()

/obj/structure/cabinet/examine(mob/user)
Expand Down

0 comments on commit 97973db

Please sign in to comment.