"digv","Dig a whole vein.",digv,Gui::cursor_hotkey,
"digv",
" Designates a whole vein under the cursor for digging.\n"
"Dig a whole vein.",
"Options:\n"
digv,
" x - follow veins through z-levels with stairs.\n"
Gui::cursor_hotkey));
));
commands.push_back(PluginCommand(
commands.push_back(PluginCommand(
"digvx","Dig a whole vein, following through z-levels.",digvx,Gui::cursor_hotkey,
"digvx",
" Designates a whole vein under the cursor for digging.\n"
"Dig a whole vein, following through z-levels.",
" Also follows the vein between z-levels with stairs, like 'digv x' would.\n"
digvx,
));
Gui::cursor_hotkey));
commands.push_back(PluginCommand(
commands.push_back(PluginCommand(
"digl","Dig layerstone.",digl,Gui::cursor_hotkey,
"digl",
" Designates layerstone under the cursor for digging.\n"
"Dig layerstone.",
" Veins will not be touched.\n"
digl,
"Options:\n"
Gui::cursor_hotkey));
" x - follow layer through z-levels with stairs.\n"
" undo - clear designation (can be used together with 'x').\n"
));
commands.push_back(PluginCommand(
commands.push_back(PluginCommand(
"diglx","Dig layerstone, following through z-levels.",diglx,Gui::cursor_hotkey,
"diglx",
" Designates layerstone under the cursor for digging.\n"
"Dig layerstone, following through z-levels.",
" Also follows the stone between z-levels with stairs, like 'digl x' would.\n"
diglx,
));
Gui::cursor_hotkey));
commands.push_back(PluginCommand("digexp","Select or designate an exploratory pattern.",digexp));
commands.push_back(PluginCommand(
commands.push_back(PluginCommand("digcircle","Dig designate a circle (filled or hollow)",digcircle));
"digexp",
//commands.push_back(PluginCommand("digauto","Mark a tile for continuous digging.",autodig));
"Select or designate an exploratory pattern.",
commands.push_back(PluginCommand("digtype","Dig all veins of a given type.",digtype,Gui::cursor_hotkey,
digexp));
"For every tile on the map of the same vein type as the selected tile, this command designates it to have the same designation as the selected tile. If the selected tile has no designation, they will be dig designated.\n"
commands.push_back(PluginCommand(
"If an argument is given, the designation of the selected tile is ignored, and all appropriate tiles are set to the specified designation.\n"