diff --git a/src/dusk/ui/settings.cpp b/src/dusk/ui/settings.cpp index 1de757628f..d3c737bfb8 100644 --- a/src/dusk/ui/settings.cpp +++ b/src/dusk/ui/settings.cpp @@ -1172,12 +1172,7 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) { }); } pane.add_rml( - "
Control the behavior of the Magic Armor." - "
Normal is its original behavior." - "
On Damage only uses rupees when damaged. You will not become heavy when you run out." - "
Double Defense never uses rupees and halves damage taken." - "
Invincible never uses rupees and is immune to damage." - "
Cosmetic uses no rupees and provides no other benefits."); + "
Control the behavior of the Magic Armor."); }); addCheat("Invincible Enemies", getSettings().game.invincibleEnemies, "Prevents enemies from taking damage.");