[ZNR] fixed incorrect tooltip for Zareth San, the Trickster (#7046)

This commit is contained in:
Evan Kranzler 2020-09-16 17:29:20 -04:00
parent 53a37beecb
commit 7c5c342e70

View file

@ -139,7 +139,7 @@ class ZarethSanTheTricksterTriggeredAbility extends TriggeredAbilityImpl {
return false;
}
FilterCard filter = new FilterPermanentCard(
"nonland permanent in " + opponent.getLogName() + "'s graveyard"
"permanent card in " + opponent.getLogName() + "'s graveyard"
);
filter.add(new OwnerIdPredicate(opponent.getId()));
this.getTargets().clear();