From 559d9575c3cc6fcd4a47c94f7758927047a57972 Mon Sep 17 00:00:00 2001 From: sidschingis Date: Sun, 2 Aug 2020 16:17:16 +0200 Subject: [PATCH] Separate Tech Rolls --- include/taunt_toggles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.