From 3373a7a659660bf0d508cb98fb25958d69149fe3 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Tue, 9 Jul 2024 23:14:00 -0400 Subject: [PATCH] fix Deadly Cover Up --- Mage.Sets/src/mage/cards/d/DeadlyCoverUp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DeadlyCoverUp.java b/Mage.Sets/src/mage/cards/d/DeadlyCoverUp.java index 06ef3ec2302..4f04e8b6dbe 100644 --- a/Mage.Sets/src/mage/cards/d/DeadlyCoverUp.java +++ b/Mage.Sets/src/mage/cards/d/DeadlyCoverUp.java @@ -29,7 +29,7 @@ public final class DeadlyCoverUp extends CardImpl { // As an additional cost to cast this spell, you may collect evidence 6. - this.addAbility(new CollectEvidenceAbility(8)); + this.addAbility(new CollectEvidenceAbility(6)); // Destroy all creatures. If evidence was collected, exile a card from an opponent's graveyard. Then search its owner's graveyard, hand, and library for any number of cards with that name and exile them. That player shuffles, then draws a card for each card exiled from their hand this way. this.getSpellAbility().addEffect(new DestroyAllEffect(StaticFilters.FILTER_PERMANENT_CREATURES));