mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
- removed testing code.
This commit is contained in:
parent
6bded2404e
commit
0bd8a25821
1 changed files with 0 additions and 2 deletions
|
@ -114,11 +114,9 @@ class KaradorGhostChieftainContinuousEffect extends ContinuousEffectImpl {
|
|||
return false;
|
||||
}
|
||||
for (Card card : player.getGraveyard().getCards(new FilterCreatureCard(), game)) {
|
||||
//if (!card.isLand()) { // cards like Dryad Arbor
|
||||
ContinuousEffect effect = new KaradorGhostChieftainCastFromGraveyardEffect();
|
||||
effect.setTargetPointer(new FixedTarget(card.getId()));
|
||||
game.addEffect(effect, source);
|
||||
//}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue