mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
Update tooltip
This commit is contained in:
parent
b5a881f9ab
commit
41256359f2
@ -1496,9 +1496,9 @@ namespace SohImGui {
|
||||
PaddedEnhancementCheckbox("Pull grave during the day", "gDayGravePull", true, false);
|
||||
Tooltip("Allows graves to be pulled when child during the day");
|
||||
PaddedEnhancementCheckbox("Blue Fire Arrows", "gBlueFireArrows", true, false);
|
||||
Tooltip("Allows Ice Arrows to melt red ice");
|
||||
Tooltip("Allows Ice Arrows to melt red ice (may need to reload the room when first enabled)");
|
||||
PaddedEnhancementCheckbox("Sunlight Arrows", "gSunlightArrows", true, false);
|
||||
Tooltip("Allows Light Arrows to activate sun switches");
|
||||
Tooltip("Allows Light Arrows to activate sun switches (may need to reload the room when first enabled)");
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user