update tooltip to mention glitch use

This commit is contained in:
inspectredc 2023-10-18 23:04:55 +01:00
parent 1b2a31e34b
commit 38d70dd12f
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ void DrawEnhancementsMenu() {
CVarSetInteger("gStrengthDisabled", 0);
}
}
UIWidgets::Tooltip("Allows strength to be toggled on and off by pressing A on the strength upgrade in the equipment subscreen of the pause menu");
UIWidgets::Tooltip("Allows strength to be toggled on and off by pressing A on the strength upgrade in the equipment subscreen of the pause menu (This allows performing some glitches that require the player to not have strength).");
ImGui::EndMenu();
}