Skip to content

Commit

Permalink
nesting shuttle walls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 20, 2023
1 parent b82322a commit 621bffa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
if(!touching_turf.weeds)
continue

if(istype(touching_turf, /turf/closed/shuttle))
continue

if(get_dir(potential_nest, touching_turf) in diagonals)
continue

Expand Down

0 comments on commit 621bffa

Please sign in to comment.