Can transform anywhere + Refactored checks to see if you can Quick Transform

This commit is contained in:
MelonSpeedruns
2026-04-04 14:30:42 -04:00
parent c0f553cb12
commit afbb41bd37
5 changed files with 44 additions and 25 deletions
+6
View File
@@ -70,6 +70,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();
}