mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 21:51:55 -05:00
Merge fix
This commit is contained in:
parent
1c59995feb
commit
2456473f49
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user