diff options
Diffstat (limited to 'mm/2s2h/BenGui/BenMenu.cpp')
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index 2761c74fc..ef420124f 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -1088,9 +1088,9 @@ void BenMenu::AddEnhancements() { AddWidget(path, "Curiosity Shop Refills", WIDGET_CVAR_CHECKBOX) .CVar("gEnhancements.Shops.CuriosityShopRefills") .Options(CheckboxOptions().Tooltip( - "Adds refillable bottles to the Curiosity Shop after completing certain prerequisites:\\n" - "- Seahorse: After obtaining a Bottle, Zora Mask, Pictograph Box & (Rando Only) Swim Ability\\n" - "- Gold Dust: After obtaining the Gold Dust bottle\\n" + "Adds refillable bottles to the Curiosity Shop after completing certain prerequisites:\n" + "- Seahorse: After obtaining a Bottle, Zora Mask, Pictograph Box & (Rando Only) Swim Ability\n" + "- Gold Dust: After obtaining the Gold Dust bottle\n" "- Chateau Romani: After obtaining Chateau Romani")); AddWidget(path, "Accessibility", WIDGET_SEPARATOR_TEXT); AddWidget(path, "Disable Screen Flash for Enemy Kills", WIDGET_CVAR_CHECKBOX) |
