Crates Handle Directional Lights Better (#18280)

* crates handle lights better

* clarity
This commit is contained in:
Will
2025-08-18 10:28:10 +02:00
committed by GitHub
parent 4d9217c988
commit 71381b3535
2 changed files with 3 additions and 1 deletions
@@ -58,7 +58,7 @@
for(var/obj/O in get_turf(src))
if(itemcount >= storage_capacity)
break
if(O.density || O.anchored || istype(O,/obj/structure/closet))
if(O.density || O.anchored || istype(O,/obj/structure/closet) || istype(O,/obj/effect/abstract))
continue
if(istype(O, /obj/structure/bed)) //This is only necessary because of rollerbeds and swivel chairs.
var/obj/structure/bed/B = O