BurnySc2 / sc2-planner

MIT License
48 stars 13 forks source link

Mine from gas should always wait for available refineries #3

Closed Kered13 closed 4 years ago

Kered13 commented 4 years ago

Example:

https://burnysc2.github.io/sc2-planner/?&race=terran&bo=uDritmrisSJEritSf2HtL2NtZU2HsKI2PtkuBtgV2KritjkilTkli2MuFsExdkxcJtR2ZtZfexZbtNuF

The first 3xMine from gas command will wait for the first refinery to finish, however the second 3xMine from gas command does not wait for the second refinery. Since there is no reason to ever have more than 3 workers on one gas, mine from gas commands should wait for sufficient free refineries before running.

BurnySc2 commented 4 years ago

Fixed in https://github.com/BurnySc2/sc2-planner/commit/835c264f4d949a7b3e75b6ae59210140ef46f491

Before: uczMkGX

After: HboACan