Re: [Freeciv-Dev] patch: solar plant...
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On 1999-07-25 02:14:18, Reinier Post wrote:
> > > I think the two are computed independently, including the modifying
> > > effects
> > > of buildings, then added to give total pollution.
> >
> > You don't think the effects of recycling center and
> > hoover/hydro/nuclear should be in effect at the same time?
>
> I thought the recycling center only affected pollution due to production,
> but I may be wrong. It wouldn't be logical now that I think of it.
Well, it does... Both now and in my patch...
The question was if it should be
if (recycling)
pol /=3;
else if (good_plant)
pol /=2;
or
if (recycling)
pol /=3;
if (good_plant)
pol /=2;
I don't think that the first one makes a lot of sense and
that's the way it is now...
/Daniel
--
Now take a deep breath, smile and don't take life so seriously... :)
- Re: [Freeciv-Dev] patch: solar plant..., (continued)
- Message not available
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/22
- Re: [Freeciv-Dev] patch: solar plant..., David Pfitzner, 1999/07/22
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/22
- Re: [Freeciv-Dev] patch: solar plant..., Tony Stuckey, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Stephen Hodge, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Reinier Post, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Reinier Post, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/24
- Re: [Freeciv-Dev] patch: solar plant..., Reinier Post, 1999/07/24
- Re: [Freeciv-Dev] patch: solar plant...,
Daniel Sjolie <=
- Re: [Freeciv-Dev] patch: solar plant..., David Pfitzner, 1999/07/24
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/25
- Re: [Freeciv-Dev] patch: solar plant..., Greg Wooledge, 1999/07/25
- Re: [Freeciv-Dev] patch: solar plant..., Greg Wooledge, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., David Pfitzner, 1999/07/24
- Re: [Freeciv-Dev] patch: solar plant..., Daniel Sjolie, 1999/07/24
- Re: [Freeciv-Dev] patch: solar plant..., Stephen Hodge, 1999/07/23
- Re: [Freeciv-Dev] patch: solar plant..., Stephen Hodge, 1999/07/25
- Re: [Freeciv-Dev] patch: solar plant..., Reinier Post, 1999/07/26
Re: [Freeciv-Dev] patch: solar plant..., Martin Willemoes Hansen, 1999/07/20
|
|