Skip to content

Commit

Permalink
slight tweak to drone AI
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 27, 2023
1 parent f89cbfe commit c244681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

var/blocked = FALSE
for(var/atom/potential_blocker as anything in checked_turf)
if(potential_blocker.can_block_movement)
if(potential_blocker.density || potential_blocker.can_block_movement)
blocked = TRUE
break

Expand Down

0 comments on commit c244681

Please sign in to comment.