Shave process spatial gridmap (#16693)

* Atomization

* atomization + possible fix + changelog

* Update html/changelogs/FluffyGhost-shave_process_spatial_gridmap.yml

Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>

---------

Co-authored-by: FluffyGhost <FluffyGhost>
Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>
This commit is contained in:
Fluffy
2023-09-07 15:41:41 +00:00
committed by GitHub
co-authored by Cody Brittain FluffyGhost <FluffyGhost>
parent 947631322b
commit 71a7bb9223
4 changed files with 82 additions and 24 deletions
@@ -151,7 +151,9 @@
return
/mob/living/simple_animal/hostile/proc/see_target()
return check_los(src, target_mob)
var/los = null
SPATIAL_CHECK_LOS(los, src, target_mob, world.view)
return los
/mob/living/simple_animal/hostile/proc/MoveToTarget()
stop_automated_movement = 1