mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Prized Amalgam - Fixed a problem with Prized Amalgam.
This commit is contained in:
parent
4d0660b19f
commit
72b23acf23
1 changed files with 3 additions and 1 deletions
|
@ -67,8 +67,10 @@ public class PrizedAmalgam extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Whenever a creature enters the battlefield, if it entered from your graveyard or you cast it from your graveyard, return Prized Amalgam from your graveyard to the battlefield tapped at the beginning of the next end step.
|
||||
Effect effect = new ReturnFromGraveyardToBattlefieldTargetEffect(true);
|
||||
effect.setText("return {this} from your graveyard to the battlefield tapped at the beginning of the next end step");
|
||||
this.addAbility(new PrizedAmalgamTriggerdAbility(new CreateDelayedTriggeredAbilityEffect(
|
||||
new AtTheBeginOfNextEndStepDelayedTriggeredAbility(new ReturnFromGraveyardToBattlefieldTargetEffect(true))), filter),
|
||||
new AtTheBeginOfNextEndStepDelayedTriggeredAbility(effect)), filter),
|
||||
new CastFromGraveyardWatcher());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue