mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
TN fix
Cards must enter the battlefield UNTAPPED.
This commit is contained in:
parent
71825043c5
commit
9b1ef021f5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class ToothAndNailPutCreatureOnBattlefieldEffect extends OneShotEffect {
|
|||
TargetCardInHand target = new TargetCardInHand(0, 2, new FilterCreatureCard("creature cards"));
|
||||
if (controller.choose(Outcome.PutCreatureInPlay, target, source.getSourceId(), game)) {
|
||||
return controller.moveCards(new CardsImpl(target.getTargets()).getCards(game),
|
||||
Zone.BATTLEFIELD, source, game, true, false, false, null);
|
||||
Zone.BATTLEFIELD, source, game, false, false, false, null);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue