From 0805d0b03e4b7a5c57ff03fc913c6f2e360a1dfa Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 4 Jul 2007 00:49:03 +0000 Subject: [PATCH] (svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it. So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries. Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug. --- src/table/build_industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table/build_industry.h b/src/table/build_industry.h index 600dfbbb50..406e73abf2 100644 --- a/src/table/build_industry.h +++ b/src/table/build_industry.h @@ -1452,7 +1452,7 @@ static const IndustrySpec _origin_industry_specs[NEW_INDUSTRYOFFSET] = { IT_TOY_FACTORY, IT_INVALID, IT_INVALID, CHECK_NOTHING, CT_INVALID, 0, CT_INVALID, 0, 5, CT_TOYS, 256, CT_INVALID, 0, CT_INVALID, 0, - INDUSTRYLIFE_PROCESSING, 1 << LT_TOYLAND, + INDUSTRYLIFE_BLACK_HOLE, 1 << LT_TOYLAND, INDUSTRYBEH_ONLY_NEARTOWN, STR_4820_TOY_SHOP, STR_482D_NEW_UNDER_CONSTRUCTION, STR_4833_SUPPLY_PROBLEMS_CAUSE_TO, STR_4835_INCREASES_PRODUCTION, STR_4839_PRODUCTION_DOWN_BY_50),