diff --git a/plugins/embark-assistant/help_ui.cpp b/plugins/embark-assistant/help_ui.cpp index 20064d4e8..7c0763a71 100644 --- a/plugins/embark-assistant/help_ui.cpp +++ b/plugins/embark-assistant/help_ui.cpp @@ -108,10 +108,10 @@ namespace embark_assist{ help_text.push_back("- Site find search. Richer set of selection criteria than the vanilla"); help_text.push_back(" DF Find that Embark Assistant suppresses (by using the same key)."); help_text.push_back(""); - help_text.push_back("The functionality requires a screen height of at least 46 lines to display"); - help_text.push_back("correctly (that's the height of the Finder screen), as fitting everything"); - help_text.push_back("onto a standard 80*25 screen would be too challenging. The help is adjusted"); - help_text.push_back("to fit into onto an 80*46 screen as well."); + help_text.push_back("The functionality requires a screen height larger than the default 80*25,"); + help_text.push_back("and while the Finder screen provides for scrolling, the embark resources"); + help_text.push_back("list will spill over the bottom if many resources are present and the"); + help_text.push_back("screen isn't deep enough. This help info is adapted to fit onto 80*46."); help_text.push_back("This help/info is split over several screens, and you can move between them"); help_text.push_back("using the TAB/Shift-TAB keys, and leave the help from any screen using ESC."); help_text.push_back(""); @@ -209,6 +209,9 @@ namespace embark_assist{ help_text.push_back("Min/Max soil uses the same terminology as DF for 1-4. The Min Soil"); help_text.push_back("Everywhere toggles the Min Soil parameter between acting as All and"); help_text.push_back("and Present."); + help_text.push_back("Freezing allows you to select embarks to select/avoid various freezing"); + help_text.push_back("conditions. Note that the minimum temperature is held for only 10 ticks"); + help_text.push_back("in many embarks."); help_text.push_back("Syndrome Rain allows you to search for Permanent and Temporary syndromes,"); help_text.push_back("where Permanent allows for Temporary ones as well, but not the reverse, as"); help_text.push_back("Not Permanent matches everything except Permanent syndromes."); @@ -261,7 +264,7 @@ namespace embark_assist{ help_text.push_back(" reaching caverns that have been removed at world gen to fail to be"); help_text.push_back(" generated at all. It's likely this bug also affects magma pools."); help_text.push_back(" This plugin does not address this but scripts can correct it."); - help_text.push_back("Version 0.4 2018-06-21"); + help_text.push_back("Version 0.5 2018-07-13"); break; }