mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 05:31:54 -05:00
Adds note to key colors enhancement about this change.
This commit is contained in:
parent
51dbee365a
commit
b9aee7085e
@ -2011,7 +2011,9 @@ namespace SohImGui {
|
|||||||
);
|
);
|
||||||
PaddedEnhancementCheckbox("Key Colors Match Dungeon", "gRandoMatchKeyColors", true, false);
|
PaddedEnhancementCheckbox("Key Colors Match Dungeon", "gRandoMatchKeyColors", true, false);
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"Matches the color of small keys and boss keys to the dungeon they belong to. This helps identify keys from afar and adds a little bit of flair.");
|
"Matches the color of small keys and boss keys to the dungeon they belong to. "
|
||||||
|
"This helps identify keys from afar and adds a little bit of flair.\n\nThis only "
|
||||||
|
"applies to seeds with keys and boss keys shuffled to Any Dungeon, Overworld, or Anywhere.");
|
||||||
PaddedEnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares", true, false);
|
PaddedEnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares", true, false);
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"Play unique fanfares when obtaining quest items "
|
"Play unique fanfares when obtaining quest items "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user