summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Dubé <159546+serprex@users.noreply.github.com>2026-04-12 18:24:53 +0000
committerGitHub <noreply@github.com>2026-04-12 18:24:53 +0000
commit568813a2a494f288a795cfbc2fefc0c61e152d59 (patch)
tree7da9cc36ab330b7e8318f86c37a2c54871324b87
parent7b7b799fad5aa8c8cafe8d266300fa92683e4f48 (diff)
Remove tooltip text referencing Let It Snow chests (#6488)
Was not preserved in chest revamp
-rw-r--r--soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp b/soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp
index 90f2910cb..b378486c7 100644
--- a/soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp
+++ b/soh/soh/Enhancements/cosmetics/CosmeticsEditor.cpp
@@ -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);