mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Implemented Excavation Elephant
This commit is contained in:
parent
82e4bc3b93
commit
6373795650
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ public class ExcavationElephant extends CardImpl {
|
||||||
ability.addTarget(new TargetCardInYourGraveyard(new FilterArtifactCard("artifact card from your graveyard")));
|
ability.addTarget(new TargetCardInYourGraveyard(new FilterArtifactCard("artifact card from your graveyard")));
|
||||||
this.addAbility(new ConditionalTriggeredAbility(
|
this.addAbility(new ConditionalTriggeredAbility(
|
||||||
ability, KickedCondition.instance,
|
ability, KickedCondition.instance,
|
||||||
"When {this} enters the battlefield, if it was kicked, return target artifact card from your graveyard to your hand."
|
"When {this} enters the battlefield, if it was kicked, "
|
||||||
|
+ "return target artifact card from your graveyard to your hand."
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue