Add a three piece auto which takes center notes
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: Ib8f263e81bbf89e0d4fcf8d4248f63f1e41e7e39
diff --git a/y2024/constants/constants.fbs b/y2024/constants/constants.fbs
index 99d49a4..626a13a 100644
--- a/y2024/constants/constants.fbs
+++ b/y2024/constants/constants.fbs
@@ -123,6 +123,8 @@
MOBILITY_AND_SHOOT = 2,
// Auto to pick up four game pieces.
FOUR_PIECE = 3,
+ // Auto which picks up two game pieces from the center
+ TWO_PIECE_STEAL = 4,
}
table RobotConstants {