mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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()));
|
new GateToTheAfterlifeEffect(), new GenericManaCost(2), new CardsInControllerGraveCondition(6, new FilterCreatureCard()));
|
||||||
ability.addCost(new TapSourceCost());
|
ability.addCost(new TapSourceCost());
|
||||||
ability.addCost(new SacrificeSourceCost());
|
ability.addCost(new SacrificeSourceCost());
|
||||||
ability.addEffect(effect);
|
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue