diff options
author | belugas <belugas@openttd.org> | 2007-03-30 13:51:03 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-03-30 13:51:03 +0000 |
commit | 77b3767f2f2a62f9d02a017fe2c33112bea3f828 (patch) | |
tree | a0f84a89006c808c36a7cd7580bdae220b1737e4 | |
parent | 7a57ae4968faed840565bf609daca400df536102 (diff) | |
download | openttd-77b3767f2f2a62f9d02a017fe2c33112bea3f828.tar.xz |
(svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees
-rw-r--r-- | src/table/build_industry.h | 2 |
1 files changed, 1 insertions, 1 deletions
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), |