mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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;
|
return false;
|
||||||
}
|
}
|
||||||
for (Card card : player.getGraveyard().getCards(new FilterCreatureCard(), game)) {
|
for (Card card : player.getGraveyard().getCards(new FilterCreatureCard(), game)) {
|
||||||
//if (!card.isLand()) { // cards like Dryad Arbor
|
|
||||||
ContinuousEffect effect = new KaradorGhostChieftainCastFromGraveyardEffect();
|
ContinuousEffect effect = new KaradorGhostChieftainCastFromGraveyardEffect();
|
||||||
effect.setTargetPointer(new FixedTarget(card.getId()));
|
effect.setTargetPointer(new FixedTarget(card.getId()));
|
||||||
game.addEffect(effect, source);
|
game.addEffect(effect, source);
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue