mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Consume the Meek - fixed that damage is regenerated instead not;
This commit is contained in:
parent
067b0d75b5
commit
3029e16fc1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class ConsumeTheMeek extends CardImpl {
|
|||
|
||||
|
||||
// Destroy each creature with converted mana cost 3 or less. They can't be regenerated.
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(filter, false));
|
||||
this.getSpellAbility().addEffect(new DestroyAllEffect(filter, true));
|
||||
}
|
||||
|
||||
public ConsumeTheMeek(final ConsumeTheMeek card) {
|
||||
|
|
Loading…
Reference in a new issue