@ -272,6 +272,7 @@ try:
for c in Client.near(Warehouse.get(0).pos):
if d < Drone.len():
pack = c.pack()
if len(pack) == len(c.needs):
for i in pack:
Drone.get(d).addTask('load', Warehouse.get(0), Product.get(i), 1)