Lift up the intake so we stop getting balls stuck

Change-Id: I1630f5f8610923785e7c0398598b654c977e6a17
diff --git a/y2019/joystick_reader.cc b/y2019/joystick_reader.cc
index cd87bf8..2108846 100644
--- a/y2019/joystick_reader.cc
+++ b/y2019/joystick_reader.cc
@@ -385,7 +385,7 @@
       if (kDoBallOutake ||
           (kDoBallIntake &&
            monotonic_now < last_not_has_piece_ + chrono::milliseconds(200))) {
-        new_superstructure_goal->intake.unsafe_goal = 0.959327;
+        new_superstructure_goal->intake.unsafe_goal = 0.83;
       }
 
       if (kDoBallIntake && !superstructure_queue.status->has_piece) {