Stops bedsheets runtiming / being undeleteable (#17812)

This commit is contained in:
Qwertytoforty
2022-05-17 00:21:07 +01:00
committed by GitHub
parent 727de036f1
commit 6522d3485c
+3 -2
View File
@@ -244,8 +244,9 @@ LINEN BINS
/obj/structure/bedsheetbin/Destroy()
QDEL_LIST(sheets)
hidden.forceMove(get_turf(src))
hidden = null
if(hidden)
hidden.forceMove(get_turf(src))
hidden = null
return ..()