DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
69 stars 28 forks source link

upgrades get queued in the same building if the upgrades are not in a sequential list #74

Open DrInfy opened 4 years ago

DrInfy commented 4 years ago

Describe the bug seems like all upgrades get queued in the same forge if the upgrades are not in a sequential list

To Reproduce Have enough money for multiple upgrades and have them in BuildOrder

Expected behavior Only one upgrade is queued

Screenshots image