mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Update SoulStrings.java
This commit is contained in:
parent
aac5135c44
commit
a513cf09ae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class SoulStrings extends CardImpl {
|
|||
new ReturnFromGraveyardToHandTargetEffect(), new VariableManaCost()
|
||||
);
|
||||
this.getSpellAbility().addEffect(effect);
|
||||
this.getSpellAbility().addTarget(new TargetCardInGraveyard(2, new FilterCreatureCard("creature cards from your graveyard")));
|
||||
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(2, new FilterCreatureCard("creature cards from your graveyard")));
|
||||
}
|
||||
|
||||
public SoulStrings(final SoulStrings card) {
|
||||
|
|
Loading…
Reference in a new issue