Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:DFHack/dfhack into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Oct 31, 2014
2 parents 04ec2c9 + 72654e6 commit d05f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/digFlood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
" digFlood digAll0\n"
" disable digAll mode\n"
"\n"
"Note that while order matters, multiple commands can be sequenced in one line. It is recommended to alter your dfhack.init file so that you won't have to type in every mineral type you want to dig every time you start the game. Material names are case sensitive.\n"
"Note that while order matters, multiple commands can be sequenced in one line. It is recommended to alter your save-specific regionX/raw/onLoad.init or global onLoadWorld.init file so that you won't have to type in every mineral type you want to dig every time you start the game. Material names are case sensitive.\n"
));
return CR_OK;
}
Expand Down

0 comments on commit d05f249

Please sign in to comment.