Merge pull request #288 from TwilitRealm/magic-armor-enhancements

Free Magic Armor
This commit is contained in:
TakaRikka
2026-04-08 16:27:19 -07:00
committed by GitHub
6 changed files with 33 additions and 1 deletions
+5
View File
@@ -111,6 +111,11 @@ namespace dusk {
ImGui::SetTooltip("Speeds up Spinner movement when holding R.");
}
config::ImGuiCheckbox("Free Magic Armor", getSettings().game.freeMagicArmor);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Makes the magic armor work without rupees.");
}
ImGui::EndMenu();
}