From e249ef1377ba99388ac967a4f76dda4b863d50be Mon Sep 17 00:00:00 2001 From: Robert Heinrich Date: Thu, 29 Mar 2012 17:14:41 +0200 Subject: [PATCH] minor fix (forgot a line break in helpstring) --- plugins/changeitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/changeitem.cpp b/plugins/changeitem.cpp index b3fb2debc..dae0d4a6f 100644 --- a/plugins/changeitem.cpp +++ b/plugins/changeitem.cpp @@ -53,7 +53,7 @@ const string changeitem_help = " quality, q - change base quality. must be followed by number (0-5)\n" " force - ignore subtypes, force change to new material.\n" "Example:\n" - " changeitem m INORGANIC:GRANITE here" + " changeitem m INORGANIC:GRANITE here\n" " change material of all items under the cursor to granite\n" " changeitem q 5\n" " change currently selected item to masterpiece quality\n"; @@ -61,7 +61,7 @@ const string changeitem_help = DFhackCExport command_result plugin_init ( color_ostream &out, vector &commands) { - commands.clear(); + //commands.clear(); commands.push_back(PluginCommand( "changeitem", "Change item attributes (material, quality).", df_changeitem, false,