Remove tooltip text referencing Let It Snow chests (#6488)

Was not preserved in chest revamp
This commit is contained in:
Philip Dubé 2026-04-12 18:24:53 +00:00 committed by GitHub
parent 7b7b799fad
commit 568813a2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1889,11 +1889,11 @@ void DrawSillyTab() {
UIWidgets::Separator(true, true, 2.0f, 2.0f);
UIWidgets::CVarCheckbox("Let It Snow", CVAR_GENERAL("LetItSnow"),
UIWidgets::CheckboxOptions()
.Color(THEME_COLOR)
.Tooltip("Makes snow fall, changes chest texture colors to red and green, etc, for "
"December holidays.\nWill reset on restart outside of December 23-25."));
UIWidgets::CVarCheckbox(
"Let It Snow", CVAR_GENERAL("LetItSnow"),
UIWidgets::CheckboxOptions()
.Color(THEME_COLOR)
.Tooltip("Makes snow fall for December holidays.\nWill reset on restart outside of December 23-25."));
UIWidgets::Separator(true, true, 2.0f, 2.0f);