Independence description

This commit is contained in:
Sonic Dreamcaster 2024-12-09 23:31:08 -03:00
parent be2218db0d
commit bf088ce76b

View File

@ -455,7 +455,7 @@ void DrawEnhancementsMenu() {
void DrawModsMenu() {
if (UIWidgets::BeginMenu("Mods")) {
UIWidgets::CVarCheckbox("Independence", "gModIndependence", {
.tooltip = "Katina 850 Enemies",
.tooltip = "A reimagined Katina battlefield with over 500 enemies to conquer. Are you ready?",
.defaultValue = false
});