added a lockout so it won't stop the shooter too soon
diff --git a/frc971/control_loops/index/index.h b/frc971/control_loops/index/index.h
index 7c68a7f..28cad07 100644
--- a/frc971/control_loops/index/index.h
+++ b/frc971/control_loops/index/index.h
@@ -323,6 +323,8 @@
   bool disc_clamped_;
   bool disc_ejected_;
 
+  bool is_shooting_;
+
   // The frisbee that is flying through the transfer rollers.
   Frisbee transfer_frisbee_;