Update tooltip

This commit is contained in:
Sarge-117 2022-09-03 14:19:59 -07:00
parent b31b1ef157
commit dc4d8e322b
1 changed files with 2 additions and 2 deletions

View File

@ -878,9 +878,9 @@ namespace GameMenuBar {
UIWidgets::PaddedEnhancementCheckbox("Pull grave during the day", "gDayGravePull", true, false);
UIWidgets::Tooltip("Allows graves to be pulled when child during the day");
UIWidgets::PaddedEnhancementCheckbox("Blue Fire Arrows", "gBlueFireArrows", true, false);
UIWidgets::Tooltip("Allows Ice Arrows to melt red ice");
UIWidgets::Tooltip("Allows Ice Arrows to melt red ice. May require a room reload if toggled during gameplay.");
UIWidgets::PaddedEnhancementCheckbox("Sunlight Arrows", "gSunlightArrows", true, false);
UIWidgets::Tooltip("Allows Light Arrows to activate sun switches");
UIWidgets::Tooltip("Allows Light Arrows to activate sun switches. May require a room reload if toggled during gameplay.");
ImGui::EndMenu();
}