feat(*): Enable multiple drones for hay

This commit is contained in:
Josh Creek
2025-12-23 19:07:48 +00:00
parent 11b12cd540
commit 24d8a93d3b
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def harvest_cacti_wrapper():
clear()
while True:
run_loop(num_loops, 'hay', hay.harvest_hay)
run_loop(num_loops, 'hay', hay.harvest_hay_with_multiple_drones)
run_loop(num_loops, 'wood', wood.harvest_wood)
run_loop(num_loops * 20, 'carrots', carrots.harvest_carrots)
run_loop(num_loops, 'pumpkins', pumpkins.harvest_pumpkins)