Merge pull request #218 from TakaRikka/feature/transform-anywhere

Can transform Anywhere + Refactored checks to see if you can Quick Transform
This commit is contained in:
TakaRikka
2026-04-04 15:59:12 -07:00
committed by GitHub
5 changed files with 44 additions and 25 deletions
+6
View File
@@ -85,6 +85,12 @@ namespace dusk {
if (ImGui::BeginMenu("Cheats")) {
ImGui::Checkbox("Fast Iron Boots", &getSettings().game.enableFastIronBoots);
ImGui::Checkbox("Can Transform Anywhere",
&getSettings().game.canTransformAnywhere);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Allows you to transform between forms even if NPCs are looking");
}
ImGui::EndMenu();
}