mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r7476) -Fix (6965): the paper mill belongs in the Sub-Arctic (LT_HILLY) and not the Tropic (LT_DESERT) climate.
This commit is contained in:
parent
4f7dc6b0f2
commit
c3d65805e7
@ -1209,7 +1209,7 @@ static const IndustrySpec _industry_specs[] = {
|
||||
IT_FOREST, IT_PRINTING_WORKS, IT_INVALID, CHECK_NOTHING,
|
||||
CT_PAPER, 0, CT_INVALID, 0, 5,
|
||||
CT_WOOD, CT_INVALID, CT_INVALID,
|
||||
INDUSTRYLIFE_CLOSABLE, 1 << LT_DESERT,
|
||||
INDUSTRYLIFE_CLOSABLE, 1 << LT_HILLY,
|
||||
STR_4810_PAPER_MILL,
|
||||
STR_4833_SUPPLY_PROBLEMS_CAUSE_TO, STR_4835_INCREASES_PRODUCTION, STR_4839_PRODUCTION_DOWN_BY_50),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user