conveyors no lunger move janitor

This commit is contained in:
Nadyr
2024-09-25 17:12:51 -04:00
parent 5070bbd9df
commit 5e656dfad0
+2
View File
@@ -113,6 +113,8 @@
for(var/atom/movable/A in affecting)
if(istype(A,/obj/effect/abstract)) // Flashlight's lights are not physical objects
continue
if(istype(A,/obj/effect/decal/jan_hud)) // Ignore these too
continue
if(!A.anchored)
if(A.loc == src.loc) // prevents the object from being affected if it's not currently here.
step(A,movedir)