mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Call to server - Fixed missing enchant ability.
This commit is contained in:
parent
5248ef1b75
commit
1abe3661e0
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class CallToServe extends CardImpl<CallToServe> {
|
||||||
this.getSpellAbility().addTarget(auraTarget);
|
this.getSpellAbility().addTarget(auraTarget);
|
||||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
|
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
|
||||||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Enchanted creature gets +1/+2, has flying, and is an Angel in addition to its other types.
|
// Enchanted creature gets +1/+2, has flying, and is an Angel in addition to its other types.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(1, 2, Duration.WhileOnBattlefield)));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(1, 2, Duration.WhileOnBattlefield)));
|
||||||
|
|
Loading…
Reference in a new issue