summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-12-11 12:32:23 +0000
committerrubidium <rubidium@openttd.org>2006-12-11 12:32:23 +0000
commitc3d65805e7017361a668f6edf9bb62bdd59fd630 (patch)
tree0ccd49e1208db127f871fda8ebfb877116a497ef /table
parent4f7dc6b0f2d3ddaa7b8cef5711bf420044c6b733 (diff)
downloadopenttd-c3d65805e7017361a668f6edf9bb62bdd59fd630.tar.xz
(svn r7476) -Fix (6965): the paper mill belongs in the Sub-Arctic (LT_HILLY) and not the Tropic (LT_DESERT) climate.
Diffstat (limited to 'table')
-rw-r--r--table/build_industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/build_industry.h b/table/build_industry.h
index 192ef66b6..c05cbe32d 100644
--- a/table/build_industry.h
+++ b/table/build_industry.h
@@ -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),