From 2456473f49264a1a26efa43eeda1f0408ad3cbd0 Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 28 Aug 2022 20:21:32 +0200 Subject: [PATCH] Merge fix --- soh/soh/Enhancements/randomizer/randomizer.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index ec43235303..2dc7782184 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3618,6 +3618,14 @@ void DrawRandoEditor(bool& open) { PaddedSeparator(); + SohImGui::EnhancementCheckbox(Settings::ShuffleMagicBeans.GetName().c_str(), "gRandomizeShuffleBeans"); + InsertHelpHoverText( + "Enabling this adds a pack of 10 beans to the item pool and changes the Magic Bean " + "Salesman to sell a random item at a price of 60 rupees." + ); + + PaddedSeparator(); + // Shuffle Frog Song Rupees SohImGui::EnhancementCheckbox(Settings::ShuffleFrogSongRupees.GetName().c_str(), "gRandomizeShuffleFrogSongRupees"); InsertHelpHoverText(