update docs for flows

develop
myk002 2022-07-25 10:55:04 -07:00
parent ea3dfe399e
commit e13aae2ce1
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 11 additions and 4 deletions

@ -1,5 +1,11 @@
flows
=====
A tool for checking how many tiles contain flowing liquids. If you suspect that
your magma sea leaks into HFS, you can use this tool to be sure without
revealing the map.
Tags:
:dfhack-keybind:`flows`
Counts map blocks with flowing liquids.. If you suspect that your magma sea
leaks into HFS, you can use this tool to be sure without revealing the map.
Usage::
flows

@ -59,7 +59,8 @@ command_result df_flows (color_ostream &out, vector <string> & parameters)
DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
{
commands.push_back(PluginCommand("flows",
commands.push_back(PluginCommand(
"flows",
"Counts map blocks with flowing liquids.",
df_flows));
return CR_OK;