diff options
| author | Petr Mrázek | 2012-03-29 18:37:22 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-29 18:37:22 +0200 |
| commit | 004acdad4ea71c8393decda998bad508b9a14a9a (patch) | |
| tree | e626aa999a19bf13056ba6991e0033f32c72ef32 /plugins/plants.cpp | |
| parent | cc54d5dfa9bd1430a0a4d38fef5370627880d3c8 (diff) | |
| download | dfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.gz dfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.bz2 dfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.xz | |
Tweaks!
Strip commands.clear() from all plugins
Fix changeitem - a variable name has changed in item flags
Diffstat (limited to 'plugins/plants.cpp')
| -rw-r--r-- | plugins/plants.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/plants.cpp b/plugins/plants.cpp index eecbb17b..09220c65 100644 --- a/plugins/plants.cpp +++ b/plugins/plants.cpp @@ -28,7 +28,6 @@ DFHACK_PLUGIN("plants"); DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands) { - commands.clear(); commands.push_back(PluginCommand("grow", "Grows saplings into trees (with active cursor, only the targetted one).", df_grow)); commands.push_back(PluginCommand("immolate", "Set plants on fire (under cursor, 'shrubs', 'trees' or 'all').", df_immolate)); commands.push_back(PluginCommand("extirpate", "Kill plants (same mechanics as immolate).", df_extirpate)); |
