			int     tot_mil=0;
			struct  nstr_item ni;
			struct  lndstr land;
			snxtitem_xy(&ni, EF_LAND, sect.sct_x, sect.sct_y);
			while (nxtitem(&ni, (s_char *)&land)){
				if (land.lnd_own == cnum)
					tot_mil  += total_mil(&land);
			}
			if ((getvar(V_MILIT,(s_char *)&sect,EF_SECTOR)+tot_mil)
				*10 < getvar(V_CIVIL,(s_char *)&sect,EF_SECTOR))
				continue;
