|  |  | @ -69,8 +69,8 @@ namespace embark_assist { | 
			
		
	
		
		
			
				
					
					|  |  |  |             Heavily_Forested |  |  |  |             Heavily_Forested | 
			
		
	
		
		
			
				
					
					|  |  |  |         }; |  |  |  |         }; | 
			
		
	
		
		
			
				
					
					|  |  |  |          |  |  |  |          | 
			
		
	
		
		
			
				
					
					|  |  |  | 		// only contains those attributes that are being handled during incursion processing
 |  |  |  |         // only contains those attributes that are being handled during incursion processing
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 		struct mid_level_tile_incursion_base { |  |  |  |         struct mid_level_tile_incursion_base { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             uint8_t aquifer = Clear_Aquifer_Bits; |  |  |  |             uint8_t aquifer = Clear_Aquifer_Bits; | 
			
		
	
		
		
			
				
					
					|  |  |  |             bool clay = false; |  |  |  |             bool clay = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             bool sand = false; |  |  |  |             bool sand = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -82,7 +82,7 @@ namespace embark_assist { | 
			
		
	
		
		
			
				
					
					|  |  |  |             uint8_t evilness_level;  // 0 - 2
 |  |  |  |             uint8_t evilness_level;  // 0 - 2
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         }; |  |  |  |         }; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 		// contains all attributes (some by inheritance), used for regular survey/matching
 |  |  |  |         // contains all attributes (some by inheritance), used for regular survey/matching
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         struct mid_level_tile : public mid_level_tile_incursion_base { |  |  |  |         struct mid_level_tile : public mid_level_tile_incursion_base { | 
			
		
	
		
		
			
				
					
					|  |  |  |             bool flux = false; |  |  |  |             bool flux = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             bool coal = false; |  |  |  |             bool coal = false; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |