mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Biogenic Upgrade did not double counters
This commit is contained in:
parent
90963698d3
commit
a5ac8906c1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public final class BiogenicUpgrade extends CardImpl {
|
|||
"one, two, or three target creatures"
|
||||
));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanentAmount(3, filter));
|
||||
this.getSpellAbility().addEffect(new BiogenicUpgradeEffect());
|
||||
}
|
||||
|
||||
private BiogenicUpgrade(final BiogenicUpgrade card) {
|
||||
|
|
Loading…
Reference in a new issue