mirror of
https://github.com/jcreek/TheFarmerWasReplaced.git
synced 2026-07-12 18:43:47 +00:00
feat(*): Enable multiple drones for hay
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user