canPlayAI
I noticed that the AI cast Tivadar of Thorn even though it already had one in play. I looked into etbDestroyTgt and found that canPlayAI() sometimes returns true without checking super.canPlayAI(). So I replaced "return true" with "return super.canPlayAI()" and the AI won't cast a second Tivadar of Thorn any more.
I don't know so much about this part of the code. So if someone thinks this is a bad idea please help. If not, should I try to find other instances of canPlayAI() not checking super.canPlayAI() and do the same?
I don't know so much about this part of the code. So if someone thinks this is a bad idea please help. If not, should I try to find other instances of canPlayAI() not checking super.canPlayAI() and do the same?