Hi~
I want to switch the LIBERATOR to the state where they can attack ground units. Here is my python code.
# unit.type_id == UnitTypeId.LIBERATOR
unit(AbilityId.MORPH_LIBERATORAGMODE, target) # cannot working
# unit(AbilityId.MORPH_LIBERATORAGMODE) # still cannot working
Both of them cannot work.
It's bug or it's my error?