Janihud rework

From Outpost21
This commit is contained in:
C.L.
2024-11-26 10:46:05 -05:00
parent b8bb49ba13
commit 65c640cd68
8 changed files with 59 additions and 26 deletions
-2
View File
@@ -113,8 +113,6 @@
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)