Fix farming bug

This commit is contained in:
Tanner Collin 2021-01-05 06:14:58 +00:00
parent 7217686716
commit 3364317b2e

View File

@ -167,7 +167,7 @@ class GatherCropStates:
self.g.look_at = utils.padd(self.crop, path.BLOCK_BELOW)
self.state = self.going_to_crop
else:
self.bad_crops.append(crop)
self.bad_crops.append(self.crop)
self.state = self.find_new_crop
def going_to_crop(self):