Adjustment to gFastFarores tooltip (#2409)

This commit is contained in:
Garrett Cox 2023-01-27 00:39:35 -06:00 committed by GitHub
parent 22efba8cd7
commit 9fe7839f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ namespace GameMenuBar {
UIWidgets::Tooltip("Allows exiting Hyrule Castle Market Town to Hyrule Field at night by speaking "
"to the guard next to the gate.");
UIWidgets::PaddedEnhancementCheckbox("Faster Farore's Wind", "gFastFarores", true, false);
UIWidgets::Tooltip("Greatly increases cast time of Farore's Wind magic spell.");
UIWidgets::Tooltip("Greatly decreases cast time of Farore's Wind magic spell.");
ImGui::EndMenu();
}