fix verify failure

This commit is contained in:
theelk801 2023-01-25 10:02:48 -05:00
parent a0a3a686ea
commit 28f933e1a7

View file

@ -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);
} }