mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Scale Blessing - Fixed that the second effect was not applied.
This commit is contained in:
parent
c991a4eaee
commit
86a3849e13
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ public class ScaleBlessing extends CardImpl {
|
||||||
Effect effect = new BolsterEffect(1);
|
Effect effect = new BolsterEffect(1);
|
||||||
effect.setText("Bolster 1");
|
effect.setText("Bolster 1");
|
||||||
this.getSpellAbility().addEffect(effect);
|
this.getSpellAbility().addEffect(effect);
|
||||||
|
this.getSpellAbility().addEffect(new ScaleBlessingEffect());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue