From bf088ce76ba3df7b6009cbd7912657ca8ee37e42 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 9 Dec 2024 23:31:08 -0300 Subject: [PATCH] Independence description --- src/port/ui/ImguiUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index c1442480..2e6131ca 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -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 });