Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
587 stars 182 forks source link

Workaround for incorrectly set lurker morph ability #244

Closed SoupCatcher closed 5 years ago

SoupCatcher commented 5 years ago

The client sets the lurker creation ability to LURKERASPECTMPFROMHYDRALISKBURROWED_LURKERMPFROMHYDRALISKBURROWED (which afaik is not a thing you can do). This patch sets it to the correct MORPH_LURKER when creating the UnitTypeData object.