Changeset - r5074:25e04bb2c881
[Not reviewed]
master
0 1 0
KUDr - 18 years ago 2006-11-12 01:14:44
kudr@openttd.org
(svn r7133) - Fix: Can't build oil refinery in other climates than temperate.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
table/build_industry.h
Show inline comments
 
@@ -1129,7 +1129,7 @@ static const IndustrySpec _industry_spec
 
	   IT_OIL_RIG,        IT_INVALID,          IT_INVALID,       CHECK_REFINERY,
 
	   CT_GOODS,       0, CT_INVALID,       0, 5,
 
	   CT_OIL,            CT_INVALID,          CT_INVALID,
 
	   INDUSTRYLIFE_CLOSABLE,                  1 << LT_NORMAL | 1 << LT_HILLY || LT_DESERT,
 
	   INDUSTRYLIFE_CLOSABLE,                  1 << LT_NORMAL | 1 << LT_HILLY | LT_DESERT,
 
	   STR_4806_OIL_REFINERY,
 
	   STR_4833_SUPPLY_PROBLEMS_CAUSE_TO,      STR_4835_INCREASES_PRODUCTION,     STR_4839_PRODUCTION_DOWN_BY_50),
 

	
0 comments (0 inline, 0 general)