mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Remove tooltip text referencing Let It Snow chests (#6488)
Was not preserved in chest revamp
This commit is contained in:
parent
7b7b799fad
commit
568813a2a4
|
|
@ -1889,11 +1889,11 @@ void DrawSillyTab() {
|
||||||
|
|
||||||
UIWidgets::Separator(true, true, 2.0f, 2.0f);
|
UIWidgets::Separator(true, true, 2.0f, 2.0f);
|
||||||
|
|
||||||
UIWidgets::CVarCheckbox("Let It Snow", CVAR_GENERAL("LetItSnow"),
|
UIWidgets::CVarCheckbox(
|
||||||
UIWidgets::CheckboxOptions()
|
"Let It Snow", CVAR_GENERAL("LetItSnow"),
|
||||||
.Color(THEME_COLOR)
|
UIWidgets::CheckboxOptions()
|
||||||
.Tooltip("Makes snow fall, changes chest texture colors to red and green, etc, for "
|
.Color(THEME_COLOR)
|
||||||
"December holidays.\nWill reset on restart outside of December 23-25."));
|
.Tooltip("Makes snow fall for December holidays.\nWill reset on restart outside of December 23-25."));
|
||||||
|
|
||||||
UIWidgets::Separator(true, true, 2.0f, 2.0f);
|
UIWidgets::Separator(true, true, 2.0f, 2.0f);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue