drain-aquifer¶
This tool irreversibly removes ‘aquifer’ tags from map blocks. Also see prospector for discovering the range of layers that currently have aquifers.
Usage¶
drain-aquifer [<options>]
Examples¶
drain-aquiferRemove all aquifers on the map.
drain-aquifer --top 2Remove all aquifers on the map except for the top 2 levels of aquifer.
drain-aquifer -dRemove all aquifers on the current z-level and below.
Options¶
-t,--top <num>Remove all aquifers on the map except for the top
<num>levels, starting from the first level that has an aquifer tile. Note that there may be less than<num>levels of aquifer after the command is run if the levels of aquifer are not contiguous.-d,--zdownRemove all aquifers on the current z-level and below.
-u,--zupRemove all aquifers on the current z-level and above.
-z,--cur-zlevelRemove all aquifers on the current z-level.