Free Magic Armor

Remove the rupee drain for using the magic armor
This commit is contained in:
SuperDude88
2026-04-08 17:58:21 -04:00
parent 2b45b01fcc
commit 0277640a17
6 changed files with 33 additions and 1 deletions
+5
View File
@@ -106,6 +106,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();
}