mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 23:15:11 -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());
|
ImGui::Text(Settings::ShuffleCows.GetName().c_str());
|
||||||
InsertHelpHoverText(
|
InsertHelpHoverText(
|
||||||
"Enabling this will let cows give you items upon performing Epona's Song in "
|
"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);
|
SohImGui::EnhancementCombobox("gRandomizeShuffleCows", randoShuffleCows, 2, 0);
|
||||||
PaddedSeparator();
|
PaddedSeparator();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user