diff --git a/include/taunt_toggles.hpp b/include/taunt_toggles.hpp index 387f6ff..d856c71 100644 --- a/include/taunt_toggles.hpp +++ b/include/taunt_toggles.hpp @@ -92,7 +92,7 @@ option after getting up. #define TECH_IN_PLACE 2 #define TECH_ROLL 3 #define TECH_MISS 4 -const std::vector tech_items{"None", "Random", "In-Place", "Roll", "Miss Tech"}; +const std::vector tech_items{"None", "Random", "In-Place", "RollF", "RollB", "Miss Tech"}; const std::string tech_help = R""""( CPUs will perform a random tech option.