Deprecated cards function caller move, part 2.

Now with less accidental riders.
This commit is contained in:
Nathaniel Brandes 2016-05-13 23:30:19 -07:00
parent 5e6d8f49a7
commit 06ec3f16ac
91 changed files with 97 additions and 97 deletions

View file

@ -104,7 +104,7 @@ public class CipherEffect extends OneShotEffect {
if (!game.isSimulation()) {
game.informPlayers(new StringBuilder(sourceCard.getLogName()).append(": Spell ciphered to ").append(targetCreature.getLogName()).toString());
}
return controller.moveCards(sourceCard, null, Zone.EXILED, source, game);
return controller.moveCards(sourceCard, Zone.EXILED, source, game);
} else {
return false;
}