Skip to content

Commit

Permalink
Update ZAS.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Sep 19, 2024
1 parent 3993662 commit ddc8c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/__defines/ZAS.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ GLOBAL_LIST_INIT(csrfz_check, list(NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST, N
} \
else if (B.z != A.z) { \
if (B.z < A.z) { \
ret = A.z_flags ? ZONE_BLOCKED : BLOCKED; \
if (!istype(A, /turf/simulated/open)) { \
ret = BLOCKED; \
} else { \
Expand Down

0 comments on commit ddc8c4d

Please sign in to comment.