diff --git a/main.py b/main.py index 6229939..111623b 100644 --- a/main.py +++ b/main.py @@ -91,11 +91,11 @@ if __name__ == "__main__": # only run this if our total power is below 5k. # why? because the rest doesn't use over 5k power. - while num_items(Items.Power) < 5000: + while num_items(Items.Power) < 50000: utils.move_to(0, 0) - grid = sunflowers.place(sectionSize, sectionSize) + grid = sunflowers.place(worldSize, worldSize) utils.move_to(0, 0) - sunflowers.harvest_grid(sectionSize, sectionSize, grid) + sunflowers.harvest_grid(grid) utils.move_to(0, 0) cactus.place(sectionSize, sectionSize)