From c8289f5946d2aa3be42d05591d52833521daadb3 Mon Sep 17 00:00:00 2001 From: lilDavid <1337lilDavid@gmail.com> Date: Sat, 6 Aug 2022 15:38:32 -0500 Subject: [PATCH] Skip lines in Adult Trade Shuffle description --- soh/soh/Enhancements/randomizer/randomizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index bf38b0a94..336603e6c 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3970,11 +3970,11 @@ void DrawRandoEditor(bool& open) { SohImGui::EnhancementCheckbox(Settings::ShuffleAdultTradeQuest.GetName().c_str(), "gRandomizeShuffleAdultTrade"); InsertHelpHoverText( "Adds all of the adult trade quest items into the pool, each of which " - "can be traded for a unique reward." + "can be traded for a unique reward.\n" "\n" "You will be able to choose which of your owned adult trade items is visible " "in the inventory by selecting the item with A and using the control stick or " - "D-pad." + "D-pad.\n" "\n" "If disabled, only the Claim Check will be found in the pool." );