diff --git a/plugins/autohauler.cpp b/plugins/autohauler.cpp index 9814b678e..a7a35797c 100644 --- a/plugins/autohauler.cpp +++ b/plugins/autohauler.cpp @@ -521,7 +521,9 @@ static const struct labor_default default_labor_infos[] = { /* HAUL_WATER */ {HAULERS, 0}, /* GELD */ {ALLOW, 0}, /* BUILD_ROAD */ {HAULERS, 0}, - /* BUILD_CONSTRUCTION */ {HAULERS, 0} + /* BUILD_CONSTRUCTION */ {HAULERS, 0}, + /* PAPERMAKING */ {ALLOW, 0}, + /* BOOKBINDING */ {ALLOW, 0} }; /** diff --git a/plugins/autolabor.cpp b/plugins/autolabor.cpp index 21b979416..87b14729a 100644 --- a/plugins/autolabor.cpp +++ b/plugins/autolabor.cpp @@ -489,7 +489,9 @@ static const struct labor_default default_labor_infos[] = { /* HAUL_WATER */ {HAULERS, false, 1, 200, 0}, /* GELD */ {AUTOMATIC, false, 1, 200, 0}, /* BUILD_ROAD */ {AUTOMATIC, false, 1, 200, 0}, - /* BUILD_CONSTRUCTION */ {AUTOMATIC, false, 1, 200, 0} + /* BUILD_CONSTRUCTION */ {AUTOMATIC, false, 1, 200, 0}, + /* PAPERMAKING */ {AUTOMATIC, false, 1, 200, 0}, + /* BOOKBINDING */ {AUTOMATIC, false, 1, 200, 0} }; static const int responsibility_penalties[] = {