Index: server/citytools.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/citytools.c,v retrieving revision 1.40 diff -u -r1.40 citytools.c --- citytools.c 1999/05/09 16:25:29 1.40 +++ citytools.c 1999/05/18 23:32:11 @@ -475,13 +475,13 @@ tmp = 100; else tmp = 50; - } - if (city_affected_by_wonder(pcity, B_HOOVER) || - city_got_building(pcity, B_POWER) || - city_got_building(pcity, B_HYDRO) || - city_got_building(pcity,B_NUCLEAR)) - tmp *= 1.5; + if (city_affected_by_wonder(pcity, B_HOOVER) || + city_got_building(pcity, B_POWER) || + city_got_building(pcity, B_HYDRO) || + city_got_building(pcity,B_NUCLEAR)) + tmp *= 1.5; + } pcity->shield_bonus = tmp + 100; return (tmp + 100);