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();
|
||||
if (ImGui::BeginMenu("Rando Enhancements"))
|
||||
{
|
||||
EnhancementCheckbox("Dynamic Item Fanfares", "gRandoFanfareByItemType");
|
||||
EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
|
||||
Tooltip(
|
||||
"Change what fanfare is played to match the type\n"
|
||||
"of item that is obtained. This can make fanfares\n"
|
||||
"longer than usual in some cases."
|
||||
"Play unique fanfares when obtaining quest items\n"
|
||||
"(medallions/stones/songs). Note that these fanfares\n"
|
||||
"are longer than usual."
|
||||
);
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user