Update SoulStrings.java

This commit is contained in:
jmharmon 2018-10-09 21:56:18 -07:00 committed by GitHub
parent aac5135c44
commit a513cf09ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {