mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fix verify failure
This commit is contained in:
parent
a0a3a686ea
commit
28f933e1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public final class Cankerbloom extends CardImpl {
|
||||||
ability.addMode(new Mode(new DestroyTargetEffect()).addTarget(new TargetEnchantmentPermanent()));
|
ability.addMode(new Mode(new DestroyTargetEffect()).addTarget(new TargetEnchantmentPermanent()));
|
||||||
|
|
||||||
// * Proliferate.
|
// * Proliferate.
|
||||||
ability.addMode(new Mode(new ProliferateEffect(false)));
|
ability.addMode(new Mode(new ProliferateEffect()));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue