[Freeciv-Dev] Re: [Freeciv] Re: Questions Irrigation
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, 1 Feb 2000, Jason Todd wrote:
> No. You see, the city only <I>recieves</I> the irrigation bonus, it doesn't
> actually have any irrigation.
Likeways with railroad (although not as obvious). Somewhere in civ, i
guess there are functions like
int has_irrigation(int x, int y) {
if (really_has_irrigation(x, y)) return 1;
city *c = find_city_at(x, y);
if (c)
return 1;
return 0;
}
or something. freeciv lacks these.
--
Robert
"Any person who knowingly causes a nuclear weapon test explosion or any other
nuclear explosion is guilty of an offence and liable on conviction on
indictment to imprisonment for life." -- Nuclear Explosions Act 1998.
|
|