forked from External/mage
Deprecated cards function caller move, part 2.
Now with less accidental riders.
This commit is contained in:
parent
5e6d8f49a7
commit
06ec3f16ac
91 changed files with 97 additions and 97 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue