mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
[INV] Fix Obliterate allowing regeneration
This commit is contained in:
parent
ac0af40cad
commit
8936e1d8b2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public final class Obliterate extends CardImpl {
|
|||
// Obliterate can't be countered.
|
||||
this.addAbility(new CantBeCounteredSourceAbility());
|
||||
// Destroy all artifacts, creatures, and lands. They can't be regenerated.
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(filter));
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(filter, true));
|
||||
}
|
||||
|
||||
private Obliterate(final Obliterate card) {
|
||||
|
|
Loading…
Reference in a new issue