fix/update summaries

develop
Myk Taylor 2023-07-09 15:42:43 -07:00
parent ff6f7c9454
commit 6e565f3275
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@ misery
====== ======
.. dfhack-tool:: .. dfhack-tool::
:summary: Lower the baseline for your citizens' happiness. :summary: Make citizens more miserable.
:tags: fort gameplay units :tags: fort gameplay units
When enabled, all of your citizens receive a negative thought about a When enabled, all of your citizens receive a negative thought about a

@ -72,7 +72,7 @@ DFhackCExport command_result plugin_init(color_ostream &out, std::vector <Plugin
// provide a configuration interface for the plugin // provide a configuration interface for the plugin
commands.push_back(PluginCommand( commands.push_back(PluginCommand(
plugin_name, plugin_name,
"Increase the intensity of negative dwarven thoughts.", "Make citizens more miserable.",
do_command)); do_command));
return CR_OK; return CR_OK;