mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fix Issue 133
This commit is contained in:
parent
3115ee3c5c
commit
bdd6a3b988
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class AuriokReplica extends CardImpl<AuriokReplica> {
|
||||||
this.expansionSetCode = "SOM";
|
this.expansionSetCode = "SOM";
|
||||||
this.subtype.add("Cleric");
|
this.subtype.add("Cleric");
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(2);
|
||||||
|
|
||||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new AuriokReplicaEffect(), new ManaCostsImpl("{W}"));
|
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new AuriokReplicaEffect(), new ManaCostsImpl("{W}"));
|
||||||
ability.addCost(new SacrificeSourceCost());
|
ability.addCost(new SacrificeSourceCost());
|
||||||
|
|
Loading…
Reference in a new issue