[JOU] Added 9 cards. Fixed some bugs of JOU cards.

This commit is contained in:
LevelX2 2014-04-16 17:38:41 +02:00
parent fc56b8bc88
commit 959d55fef2
15 changed files with 713 additions and 16 deletions

View file

@ -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);
}
}