mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
(svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees
This commit is contained in:
parent
7a57ae4968
commit
77b3767f2f
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user