From 817ea5e01c297d04f9172b72d4dfd18d7584c34e Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 9 Dec 2015 20:03:35 -0500 Subject: [PATCH] Add new labors to autohauler/autolabor --- plugins/autohauler.cpp | 4 +++- plugins/autolabor.cpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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[] = {