mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Avarice Totem - Fixed the non working control changing activated ability.
This commit is contained in:
parent
bf598d1af2
commit
6c14cfb590
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AvariceTotem extends CardImpl {
|
|||
this.expansionSetCode = "5DN";
|
||||
|
||||
// {5}: Exchange control of Avarice Totem and target nonland permanent.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new ExchangeControlTargetEffect(Duration.EndOfGame, rule, false), new ManaCostsImpl("{5}"));
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new ExchangeControlTargetEffect(Duration.EndOfGame, rule, true), new ManaCostsImpl("{5}"));
|
||||
ability.addTarget(new TargetNonlandPermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue