shipinit (r)ba (#5025)
* RBA and BA * move rba to shipinit * make the vanilla condition actually a vanilla condition * update should docs * move ba to shipinit * don't pass things * try a different readability strategy * remove option/preset entries --------- Co-authored-by: rozlette <Rozelette@users.noreply.github.com>
This commit is contained in:
@@ -999,9 +999,6 @@ void SohMenu::AddMenuEnhancements() {
|
||||
.CVar(CVAR_ENHANCEMENT("QuickBongoKill"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
"Restore a bug from NTSC 1.0 that allows bypassing Bongo Bongo's intro cutscene to quickly kill him."));
|
||||
AddWidget(path, "Original RBA Values", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_ENHANCEMENT("RestoreRBAValues"))
|
||||
.Options(CheckboxOptions().Tooltip("Restores the original outcomes when performing Reverse Bottle Adventure."));
|
||||
AddWidget(path, "Early Eyeball Frog", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_ENHANCEMENT("EarlyEyeballFrog"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
|
||||
Reference in New Issue
Block a user