mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Pemmin's Aura - Fixed wrong activation cost of last ability.
This commit is contained in:
parent
129c6ca6ff
commit
bf934137e8
1 changed files with 9 additions and 9 deletions
|
@ -84,7 +84,7 @@ public class PemminsAura extends CardImpl {
|
|||
AttachmentType.AURA, Duration.EndOfTurn), new ManaCostsImpl("{U}")));
|
||||
|
||||
// {1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new PemminsAuraBoostEnchantedEffect(), new ManaCostsImpl("U")));
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new PemminsAuraBoostEnchantedEffect(), new ManaCostsImpl("{1}")));
|
||||
}
|
||||
|
||||
public PemminsAura(final PemminsAura card) {
|
||||
|
|
Loading…
Reference in a new issue