public bool CanPlaceAvoid(PLACE place)
 {
     return(!AIUtility.IsHitObstacleOrOpponentWithPlace(brain.owner, place, 2f));
 }