mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-23 06:02:08 -05:00
Add rando enhancement checkbox
This commit is contained in:
parent
d510d8cde0
commit
dc44dc9ef6
@ -2017,6 +2017,11 @@ namespace SohImGui {
|
|||||||
"Play unique fanfares when obtaining quest items "
|
"Play unique fanfares when obtaining quest items "
|
||||||
"(medallions/stones/songs). Note that these fanfares are longer than usual."
|
"(medallions/stones/songs). Note that these fanfares are longer than usual."
|
||||||
);
|
);
|
||||||
|
PaddedEnhancementCheckbox("Enhanced Magic Arrows", "gEnhancedMagicArrows", true, false);
|
||||||
|
Tooltip(
|
||||||
|
"Allows Ice Arrows to melt red ice and allows Light Arrows "
|
||||||
|
"to activate Sun Switches."
|
||||||
|
);
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user