Belts and lights (#29649)

This commit is contained in:
Vi3trice
2025-06-30 10:44:36 +00:00
committed by GitHub
parent ab5a7fdcbe
commit 0e273a8c8c
+2 -2
View File
@@ -108,8 +108,8 @@
for(var/atom/A in T.contents)
if(!A.simulated)
continue
if(istype(A, /obj/machinery/light))
continue //hacky but whatever, shuttles need three spots each for this shit
if(istype(A, /obj/machinery/light) || istype(A, /obj/machinery/conveyor))
continue // Objects we're fine with spawning crates on.
contcount++
if(contcount)