From 5231e60903ad3fc0d7b267df6a21f8fa84f078ed Mon Sep 17 00:00:00 2001
From: SuperDude88 <82904174+SuperDude88@users.noreply.github.com>
Date: Thu, 14 May 2026 17:48:13 -0400
Subject: [PATCH] Shorten Description
The description was very, very long before
---
src/dusk/ui/settings.cpp | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
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.");