Merge pull request #3639 from ciaccona007/master

Fix Gate to the Afterlife's activated ability looting
This commit is contained in:
ciaccona007 2017-07-09 23:29:46 -04:00 committed by GitHub
commit acef9e11a6

View file

@ -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);
}