Skip to content

Commit

Permalink
bugfix: fixed storage Destroy() method throwing runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 8, 2023
1 parent 0b45dd8 commit a278a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
for(var/obj/O in contents)
O.mouse_opacity = initial(O.mouse_opacity)

. = ..()
QDEL_NULL(boxes)
QDEL_NULL(closer)
LAZYCLEARLIST(mobs_viewing)
return ..()

/obj/item/storage/forceMove(atom/destination)
. = ..()
Expand Down

0 comments on commit a278a7a

Please sign in to comment.