| 
				
			 | 
			
			
				@@ -47,6 +47,7 @@ class Ant(Bug): 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				47
			 | 
			
			
				         if isinstance(obj, Food): 
			 | 
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				             self.get_brain().switch_to_mode(MOVE_MODE_GOHOME) 
			 | 
		
	
		
			
			| 
				49
			 | 
			
				49
			 | 
			
			
				             self.set_last_pheromone_point(PHEROMON_DIR_EXPLO, obj.get_position()) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				50
			 | 
			
			
				+            self.get_movement_pheromone_gland().appose() 
			 | 
		
	
		
			
			| 
				50
			 | 
			
				51
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				51
			 | 
			
				52
			 | 
			
			
				     def is_carrying(self): 
			 | 
		
	
		
			
			| 
				52
			 | 
			
				53
			 | 
			
			
				         if len(self._carried): 
			 |