mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Belts and lights (#29649)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user