Fix farming bug
This commit is contained in:
		
							
								
								
									
										2
									
								
								jobs.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								jobs.py
									
									
									
									
									
								
							@@ -167,7 +167,7 @@ class GatherCropStates:
 | 
				
			|||||||
            self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
 | 
					            self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
 | 
				
			||||||
            self.state = self.going_to_crop
 | 
					            self.state = self.going_to_crop
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            self.bad_crops.append(crop)
 | 
					            self.bad_crops.append(self.crop)
 | 
				
			||||||
            self.state = self.find_new_crop
 | 
					            self.state = self.find_new_crop
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def going_to_crop(self):
 | 
					    def going_to_crop(self):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user