Merge pull request #16364 from Darlantanis/JanConveyorFix

Conveyors no longer move janitor dirt huds
This commit is contained in:
Heroman3003
2024-09-27 21:06:08 +10:00
committed by GitHub
+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)