mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
* Altar of the Brood - Fixed wrong rule tool tip text.
This commit is contained in:
parent
ae8e6122a5
commit
3c6402f8a6
2 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue