Skip to content

Commit

Permalink
bugfix: fixed storage Destroy() method throwing runtime (ss220-space#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Dec 9, 2023
1 parent 6f9f880 commit c3f6dd0
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 @@ -83,10 +83,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 c3f6dd0

Please sign in to comment.