Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 1999: [Freeciv-Dev] Pollution with new techs |
[Freeciv-Dev] Pollution with new techs[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Pollution modifier can be computed wrong in advdomestic.c:pollution_cost and in cityturn.c:set_pollution. I think it should be mod = max(mod,i) instead of mod = i (in other case order of techs in ruleset is important). Artur
|