mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Merge pull request #3639 from ciaccona007/master
Fix Gate to the Afterlife's activated ability looting
This commit is contained in:
commit
acef9e11a6
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