VS: Changes for AI refactor, makes voremobs behave more sane

This commit is contained in:
Aronai Sieyes
2020-04-26 23:44:42 -04:00
parent 8ec31c9aa4
commit 93f9d2f552
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,5 @@
/datum/ai_holder/can_see_target(atom/movable/the_target, view_range = vision_range)
if(the_target && isbelly(the_target.loc))
return FALSE
return ..()