industry_cmd.c
branch0.5
changeset 5524 137860f300b2
parent 5518 d5923d3fa08c
--- a/industry_cmd.c	Sat Jun 30 15:13:55 2007 +0000
+++ b/industry_cmd.c	Sat Jul 07 18:01:26 2007 +0000
@@ -1618,7 +1618,7 @@
 				if (CHANCE16I(20, 1024, r)) new -= max(((RandomRange(50) + 10) * old) >> 8, 1U);
 				/* Chance of increasing becomes better when more is transported */
 				if (CHANCE16I(20 + (i->pct_transported[j] * 20 >> 8), 1024, r >> 16) &&
-						i->type != IT_OIL_WELL) {
+						(i->type != IT_OIL_WELL || _opt.landscape != LT_NORMAL)) {
 					new += max(((RandomRange(50) + 10) * old) >> 8, 1U);
 				}