From 587147dc4097a2697b5bb936985d68595ef47c24 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Thu, 4 Aug 2022 19:44:08 -0500 Subject: [PATCH] Remove count of cows from tooltip --- soh/soh/Enhancements/randomizer/randomizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index aab46af62..e28d13f82 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3961,7 +3961,7 @@ void DrawRandoEditor(bool& open) { ImGui::Text(Settings::ShuffleCows.GetName().c_str()); InsertHelpHoverText( "Enabling this will let cows give you items upon performing Epona's Song in " - "front of them. There are 9 cows."); + "front of them."); SohImGui::EnhancementCombobox("gRandomizeShuffleCows", randoShuffleCows, 2, 0); PaddedSeparator();