FasterShadowShip.cpp (#5114)

Makes boat 25x faster
This commit is contained in:
Philip Dubé
2025-06-19 20:42:53 +00:00
committed by GitHub
parent 561f151615
commit 180d6a1b90
4 changed files with 41 additions and 1 deletions

View File

@@ -320,6 +320,9 @@ void SohMenu::AddMenuEnhancements() {
AddWidget(path, "Faster Heavy Block Lift", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("FasterHeavyBlockLift"))
.Options(CheckboxOptions().Tooltip("Speeds up lifting Silver Rocks and Obelisks."));
AddWidget(path, "Faster Shadow Ship", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("FasterShadowShip"))
.Options(CheckboxOptions().Tooltip("Speeds up ship in Shadow Temple."));
AddWidget(path, "Fast Chests", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("FastChests"))
.Options(CheckboxOptions().Tooltip("Makes Link always kick the chest to open it, instead of doing the longer "