forked from External/mage
* AI: fixed wrong targeting for gain control abilities (#6340);
This commit is contained in:
parent
3cd5682db7
commit
14ddb6eb28
7 changed files with 99 additions and 24 deletions
|
|
@ -70,8 +70,8 @@ public class TargetOpponentsChoicePermanent extends TargetPermanent {
|
|||
return false;
|
||||
}
|
||||
|
||||
// opponent choose real targets (outcome must be inversed)
|
||||
return super.chooseTarget(Outcome.inverse(outcome), opponentId, source, game);
|
||||
// opponent choose real targets
|
||||
return super.chooseTarget(outcome, opponentId, source, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue