Open Felixvillas opened 10 months ago
Hello,
is the target
a unit or a position?
According to https://github.com/BurnySc2/python-sc2/blob/f175e8160762dcba9a1524b3491cf5f522e01fde/sc2/dicts/unit_abilities.py#L322-L324 it is the correct abilityID
Hello, is the
target
a unit or a position? According toit is the correct abilityID
Yes. I tried passing the unit or position as target parameters, but both of them didn't work.
Hi~
I want to switch the LIBERATOR to the state where they can attack ground units. Here is my python code.
Both of them cannot work. It's bug or it's my error?