mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
missed ability
This commit is contained in:
parent
079d980b42
commit
ffcdd06c75
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ import mage.target.TargetPermanent;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author North, Loki
|
||||
*/
|
||||
public class ArchonOfJustice extends CardImpl<ArchonOfJustice> {
|
||||
|
||||
|
@ -56,6 +56,7 @@ public class ArchonOfJustice extends CardImpl<ArchonOfJustice> {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
Ability ability = new PutIntoGraveFromBattlefieldTriggeredAbility(new ExileTargetEffect(), false);
|
||||
ability.addTarget(new TargetPermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public ArchonOfJustice(final ArchonOfJustice card) {
|
||||
|
|
Loading…
Reference in a new issue