--- city.c Tue Aug 17 02:37:18 1999 +++ city.c Tue Aug 17 02:38:55 1999 @@ -1088,7 +1088,7 @@ if (s>2 && gov <=G_DESPOTISM) s--; if (spec_t & S_POLLUTION) - s-=(s*terrain_control.pollution_trade_penalty)/100; /* The shields here is icky */ + s-=(s*terrain_control.pollution_shield_penalty)/100; /* The shields here is icky */ return s; }