mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
VS: Changes for AI refactor, makes voremobs behave more sane
This commit is contained in:
@@ -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 ..()
|
||||
Reference in New Issue
Block a user