summaryrefslogtreecommitdiff
path: root/plugins/tweak.cpp
diff options
context:
space:
mode:
authorRobert Heinrich2012-04-12 22:44:53 +0200
committerRobert Heinrich2012-04-12 22:44:53 +0200
commit09608467c16d09d60faaab773941b4b7fc25968c (patch)
tree09d7c5909d082bda421869598512e8b8e0068043 /plugins/tweak.cpp
parent7331485b46636b4c2916d72290812bad97761ae9 (diff)
downloaddfhack-09608467c16d09d60faaab773941b4b7fc25968c.tar.gz
dfhack-09608467c16d09d60faaab773941b4b7fc25968c.tar.bz2
dfhack-09608467c16d09d60faaab773941b4b7fc25968c.tar.xz
tweak fixmigrant: updated help text
Diffstat (limited to 'plugins/tweak.cpp')
-rw-r--r--plugins/tweak.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/tweak.cpp b/plugins/tweak.cpp
index a1197a34..3ac6bae8 100644
--- a/plugins/tweak.cpp
+++ b/plugins/tweak.cpp
@@ -60,7 +60,6 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi
" Intended to fix bugged migrants and merchants who stay at the map edge.\n"
" Only works for units of your own race. Can be used for stealing caravan\n"
" traders and guards, but might result into weirdness during trading.\n"
- " Currently all assimilated units will drop all their clothes.\n"
));
return CR_OK;
}