mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
co-authored by
Cody Brittain
FluffyGhost <FluffyGhost>
parent
947631322b
commit
71a7bb9223
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user