diff options
| author | Kelly Martin | 2012-05-12 11:21:12 -0500 |
|---|---|---|
| committer | Kelly Martin | 2012-05-12 11:21:12 -0500 |
| commit | ccbae583653f69bdd208868cae825a854da4b29f (patch) | |
| tree | 2c6b3706f5d63499287c0c4212f5742598f45135 /plugins/autolabor.cpp | |
| parent | 6903f3877fb7f3b8aa1f1062e342f0bc2b6001ae (diff) | |
| download | dfhack-ccbae583653f69bdd208868cae825a854da4b29f.tar.gz dfhack-ccbae583653f69bdd208868cae825a854da4b29f.tar.bz2 dfhack-ccbae583653f69bdd208868cae825a854da4b29f.tar.xz | |
Set default beekeeper max to 1 in autolabor (see http://www.bay12games.com/dwarves/mantisbt/view.php?id=3981)
Diffstat (limited to 'plugins/autolabor.cpp')
| -rw-r--r-- | plugins/autolabor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autolabor.cpp b/plugins/autolabor.cpp index 2eaa27b2..7d591569 100644 --- a/plugins/autolabor.cpp +++ b/plugins/autolabor.cpp @@ -452,7 +452,7 @@ static const struct labor_default default_labor_infos[] = { /* POTTERY */ {AUTOMATIC, false, 1, 200, 0}, /* GLAZING */ {AUTOMATIC, false, 1, 200, 0}, /* PRESSING */ {AUTOMATIC, false, 1, 200, 0}, - /* BEEKEEPING */ {AUTOMATIC, false, 1, 200, 0}, + /* BEEKEEPING */ {AUTOMATIC, false, 1, 1, 0}, // reduce risk of stuck beekeepers (see http://www.bay12games.com/dwarves/mantisbt/view.php?id=3981) /* WAX_WORKING */ {AUTOMATIC, false, 1, 200, 0}, }; |
