more tweaking auto shots
diff --git a/frc971/autonomous/auto.cc b/frc971/autonomous/auto.cc
index 9b51b63..107b380 100644
--- a/frc971/autonomous/auto.cc
+++ b/frc971/autonomous/auto.cc
@@ -121,7 +121,7 @@
 void PositionClawForShot() {
   // Turn the claw on, keep it straight up until the ball has been grabbed.
   if (!control_loops::claw_queue_group.goal.MakeWithBuilder()
-           .bottom_angle(0.87)
+           .bottom_angle(0.86)
            .separation_angle(0.10)
            .intake(4.0)
            .centering(1.0)