From 77b3767f2f2a62f9d02a017fe2c33112bea3f828 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 30 Mar 2007 13:51:03 +0000 Subject: (svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees --- src/table/build_industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/build_industry.h b/src/table/build_industry.h index 49c0b7c3a..fe88d602d 100644 --- a/src/table/build_industry.h +++ b/src/table/build_industry.h @@ -1120,7 +1120,7 @@ static const IndustrySpec _industry_specs[] = { CT_GOODS, 0, CT_INVALID, 0, 5, CT_WOOD, CT_INVALID, CT_INVALID, INDUSTRYLIFE_CLOSABLE, 1 << LT_TEMPERATE, - INDUSTRYBEH_CUT_TREES, + INDUSTRYBEH_NONE, STR_4804_SAWMILL, STR_482D_NEW_UNDER_CONSTRUCTION, STR_4833_SUPPLY_PROBLEMS_CAUSE_TO, STR_4835_INCREASES_PRODUCTION, STR_4839_PRODUCTION_DOWN_BY_50), -- cgit v1.2.3-54-g00ecf