Fix Gate to the Afterlife's activated ability looting

This commit is contained in:
ciaccona007 2017-07-09 23:27:46 -04:00
parent 48413a956a
commit 7e0a7de77d

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