forked from External/mage
[JOU] Added 9 cards. Fixed some bugs of JOU cards.
This commit is contained in:
parent
fc56b8bc88
commit
959d55fef2
15 changed files with 713 additions and 16 deletions
|
|
@ -96,8 +96,7 @@ public class ExchangeControlTargetEffect extends ContinuousEffectImpl<ExchangeCo
|
|||
for (UUID permanentId : targetPointer.getTargets(game, source)) {
|
||||
if (permanent1 == null) {
|
||||
permanent1 = game.getPermanent(permanentId);
|
||||
}
|
||||
if (permanent2 == null) {
|
||||
} else if (permanent2 == null) {
|
||||
permanent2 = game.getPermanent(permanentId);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue