Rebottle Blue Fire (#5375)

* Rebottle Blue Fire

* hookify
This commit is contained in:
Philip Dubé
2025-05-29 14:06:53 +00:00
committed by GitHub
parent fa6f45bde5
commit 2b360d4bbe
2 changed files with 30 additions and 0 deletions

View File

@@ -792,6 +792,11 @@ void SohMenu::AddMenuEnhancements() {
.CVar(CVAR_ENHANCEMENT("FastFarores"))
.Options(CheckboxOptions().Tooltip("Greatly decreases cast time of Farore's Wind magic spell."));
AddWidget(path, "Bottles", WIDGET_SEPARATOR_TEXT);
AddWidget(path, "Rebottle Blue Fire", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("RebottleBlueFire"))
.Options(CheckboxOptions().Tooltip("Blue Fire dropped from bottle can be bottled."));
// Fixes
path.sidebarName = "Fixes";
AddSidebarEntry("Enhancements", path.sidebarName, 3);