mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
Fix Gate to the Afterlife's activated ability looting
This commit is contained in:
parent
48413a956a
commit
7e0a7de77d
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ public class GateToTheAfterlife extends CardImpl {
|
|||
new GateToTheAfterlifeEffect(), new GenericManaCost(2), new CardsInControllerGraveCondition(6, new FilterCreatureCard()));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addCost(new SacrificeSourceCost());
|
||||
ability.addEffect(effect);
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue