mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-23 06:02:08 -05:00
Changed name/tooltip for fanfares option
This commit is contained in:
parent
5e2b7acabb
commit
94bff90cb9
@ -1408,11 +1408,11 @@ namespace SohImGui {
|
|||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
if (ImGui::BeginMenu("Rando Enhancements"))
|
if (ImGui::BeginMenu("Rando Enhancements"))
|
||||||
{
|
{
|
||||||
EnhancementCheckbox("Dynamic Item Fanfares", "gRandoFanfareByItemType");
|
EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"Change what fanfare is played to match the type\n"
|
"Play unique fanfares when obtaining quest items\n"
|
||||||
"of item that is obtained. This can make fanfares\n"
|
"(medallions/stones/songs). Note that these fanfares\n"
|
||||||
"longer than usual in some cases."
|
"are longer than usual."
|
||||||
);
|
);
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user