From 136eb0f03a074b22fe6a01b14ddd829ebe4d2160 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Sun, 5 Aug 2018 17:23:03 +0200 Subject: [PATCH] Added embark-assistant world match indication --- plugins/embark-assistant/help_ui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/embark-assistant/help_ui.cpp b/plugins/embark-assistant/help_ui.cpp index 7c0763a71..0eae32c6b 100644 --- a/plugins/embark-assistant/help_ui.cpp +++ b/plugins/embark-assistant/help_ui.cpp @@ -171,8 +171,8 @@ namespace embark_assist{ help_text.push_back("A list of all economic minerals present in the embark. Both clays and flux"); help_text.push_back("stones are economic, so they show up here as well."); help_text.push_back("In addition to the above, the Find functionality can also produce blinking"); - help_text.push_back("overlays over the region map and the middle world map to indicate where"); - help_text.push_back("matching embarks are found. The region display marks the top left corner of"); + help_text.push_back("overlays over the Local, Region, and World maps to indicate where"); + help_text.push_back("matching embarks are found. The Local display marks the top left corner of"); help_text.push_back("a matching embark rectangle as a matching tile."); break; @@ -264,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.5 2018-07-13"); + help_text.push_back("Version 0.6 2018-08-05"); break; }