Remove count of cows from tooltip

This commit is contained in:
Garrett Cox 2022-08-04 19:44:08 -05:00
parent ebcf574085
commit 587147dc40

View File

@ -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();