forked from External/mage
Remove explicit set of required property in constructor
This commit is contained in:
parent
250909a464
commit
0a0983d7e9
2272 changed files with 2454 additions and 2538 deletions
|
|
@ -58,7 +58,7 @@ public class SunderFromWithin extends CardImpl {
|
|||
this.color.setRed(true);
|
||||
// Destroy target artifact or land.
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter, true));
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
}
|
||||
|
||||
public SunderFromWithin(final SunderFromWithin card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue