* Consume the Meek - fixed that damage is regenerated instead not;

This commit is contained in:
Oleg Agafonov 2019-02-10 04:43:41 +04:00
parent 067b0d75b5
commit 3029e16fc1

View file

@ -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. // 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) { public ConsumeTheMeek(final ConsumeTheMeek card) {