Lowered shot power to the limit in joystick
diff --git a/frc971/input/joystick_reader.cc b/frc971/input/joystick_reader.cc
index ee1756f..c0daa9e 100644
--- a/frc971/input/joystick_reader.cc
+++ b/frc971/input/joystick_reader.cc
@@ -318,7 +318,7 @@
     if (data.PosEdge(kLongShot)) {
       auto shoot_action = MakeShootAction();
 
-      shot_power_ = 160.0;
+      shot_power_ = 145.0;
       shoot_action->GetGoal()->shot_power = shot_power_;
       shoot_action->GetGoal()->shot_angle = kLongShotGoal.angle;
       SetGoal(kLongShotGoal);