forked from External/mage
[40K] Fix Nurgle's Conscription to return card tapped
This commit is contained in:
parent
f785846fb1
commit
fbc18d7fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public final class NurglesConscription extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{4}{B}");
|
||||
|
||||
// Put target creature card from an opponent's graveyard onto the battlefield tapped under your control, then exile that player's graveyard.
|
||||
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
|
||||
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect(true));
|
||||
this.getSpellAbility().addEffect(new NurglesConscriptionEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCardInGraveyard(filter));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue