forked from External/mage
correction on Abhorrent Oculus
This commit is contained in:
parent
e88ec4055c
commit
ac2188b567
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public final class AbhorrentOculus extends CardImpl {
|
|||
|
||||
// As an additional cost to cast this spell, exile six cards from your graveyard.
|
||||
this.getSpellAbility().addCost(new ExileFromGraveCost(
|
||||
new TargetCardInYourGraveyard(StaticFilters.FILTER_CARDS_FROM_YOUR_GRAVEYARD)
|
||||
new TargetCardInYourGraveyard(6, StaticFilters.FILTER_CARDS_FROM_YOUR_GRAVEYARD)
|
||||
));
|
||||
|
||||
// Flying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue