Revert "Adds a new cheat that let you transform from the start of the game. (…" (#1927)

This reverts commit 62c19c0f64.
This commit is contained in:
Luke Street
2026-05-29 21:20:15 -06:00
committed by GitHub
parent bf0dc85468
commit bc3cdcc955
6 changed files with 10 additions and 23 deletions
-2
View File
@@ -1294,8 +1294,6 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) {
"Lets the magic armor work without consuming rupees.");
addCheat("Invincible Enemies", getSettings().game.invincibleEnemies,
"Prevents enemies from taking damage.");
addCheat("Transform without Shadow Crystal", getSettings().game.transformWithoutShadowCrystal,
"Allows Link to transform without the Shadow Crystal (Only using Quick Transform.)");
});
add_tab("Interface", [this](Rml::Element* content) {