* Altar of the Brood - Fixed wrong rule tool tip text.

This commit is contained in:
LevelX2 2016-09-23 00:32:48 +02:00
parent ae8e6122a5
commit 3c6402f8a6
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ public class AltarOfTheBrood extends CardImpl {
// Whenever another permanent enters the battlefield under your control, each opponent puts the top card of his or her library into his or her graveyard.
this.addAbility(new EntersBattlefieldAllTriggeredAbility(Zone.BATTLEFIELD,
new PutTopCardOfLibraryIntoGraveEachPlayerEffect(1, TargetController.OPPONENT), filter, false));
new PutTopCardOfLibraryIntoGraveEachPlayerEffect(1, TargetController.OPPONENT), filter, false, null, true));
}
public AltarOfTheBrood(final AltarOfTheBrood card) {