BurnySc2 / python-sc2

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

Change some units (Reaper grenade) to effects #5

Open BurnySc2 opened 5 years ago

BurnySc2 commented 5 years ago

This can probably be achieved here https://github.com/BurnySc2/python-sc2/blob/9caa5151e04ea3107d29475949d230f52e44efac/sc2/bot_ai.py#L835 by removing them from units and adding them to self.state.effects

tweakimp commented 5 years ago

Completed first three tasks in https://github.com/BurnySc2/python-sc2/commit/034b71af3828914d83dc10c45e9da97fa4517e0e

tweakimp commented 5 years ago

Added Nuke to task list