Skip to content

Commit

Permalink
fix text display: Wreak Havoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohedron committed Sep 17, 2023
1 parent 11528e7 commit 230fb3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Mage.Sets/src/mage/cards/w/WreakHavoc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

package mage.cards.w;

import java.util.UUID;
Expand Down Expand Up @@ -28,8 +27,7 @@ public final class WreakHavoc extends CardImpl {
public WreakHavoc(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{2}{R}{G}");


this.addAbility(new CantBeCounteredSourceAbility());
this.addAbility(new CantBeCounteredSourceAbility().setRuleAtTheTop(true));
this.getSpellAbility().addEffect(new DestroyTargetEffect());
this.getSpellAbility().addTarget(new TargetPermanent(filter));
}
Expand Down

0 comments on commit 230fb3e

Please sign in to comment.