mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
Remove count of cows from tooltip
This commit is contained in:
parent
ebcf574085
commit
587147dc40
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user