mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
Fix a couple typos in enhancement descriptions. (#5358)
This commit is contained in:
parent
f0f6259d2f
commit
f5e0179e2b
1 changed files with 2 additions and 2 deletions
|
@ -745,7 +745,7 @@ void SohMenu::AddMenuEnhancements() {
|
||||||
})
|
})
|
||||||
.Options(CheckboxOptions().Tooltip(
|
.Options(CheckboxOptions().Tooltip(
|
||||||
"Allows Light Arrows to activate Sun Switches. May require a room reload if toggled during gameplay."));
|
"Allows Light Arrows to activate Sun Switches. May require a room reload if toggled during gameplay."));
|
||||||
AddWidget(path, "Bow and Child/Slingshot as Adult", WIDGET_CVAR_CHECKBOX)
|
AddWidget(path, "Bow as Child/Slingshot as Adult", WIDGET_CVAR_CHECKBOX)
|
||||||
.CVar(CVAR_ENHANCEMENT("BowSlingshotAmmoFix"))
|
.CVar(CVAR_ENHANCEMENT("BowSlingshotAmmoFix"))
|
||||||
.Options(CheckboxOptions().Tooltip("Allows Child Link to use a Bow with Arrows.\n"
|
.Options(CheckboxOptions().Tooltip("Allows Child Link to use a Bow with Arrows.\n"
|
||||||
"Allows Adult Link to use a Slingshot with Seeds.\n\n"
|
"Allows Adult Link to use a Slingshot with Seeds.\n\n"
|
||||||
|
@ -1097,7 +1097,7 @@ void SohMenu::AddMenuEnhancements() {
|
||||||
.CVar(CVAR_ENHANCEMENT("DeleteFileOnDeath"))
|
.CVar(CVAR_ENHANCEMENT("DeleteFileOnDeath"))
|
||||||
.Options(CheckboxOptions().Tooltip("Dying will delete your file.\n\n" ICON_FA_EXCLAMATION_TRIANGLE
|
.Options(CheckboxOptions().Tooltip("Dying will delete your file.\n\n" ICON_FA_EXCLAMATION_TRIANGLE
|
||||||
" WARNING " ICON_FA_EXCLAMATION_TRIANGLE
|
" WARNING " ICON_FA_EXCLAMATION_TRIANGLE
|
||||||
"\nTHIS IS NOT REVERSABLE!\nUSE AT YOUR OWN RISK!"));
|
"\nTHIS IS NOT REVERSIBLE!\nUSE AT YOUR OWN RISK!"));
|
||||||
AddWidget(path, "Always Win Goron Pot", WIDGET_CVAR_CHECKBOX)
|
AddWidget(path, "Always Win Goron Pot", WIDGET_CVAR_CHECKBOX)
|
||||||
.CVar(CVAR_ENHANCEMENT("GoronPot"))
|
.CVar(CVAR_ENHANCEMENT("GoronPot"))
|
||||||
.Options(CheckboxOptions().Tooltip("Always get the Heart Piece/Purple Rupee from the Spinning Goron Pot."));
|
.Options(CheckboxOptions().Tooltip("Always get the Heart Piece/Purple Rupee from the Spinning Goron Pot."));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue