mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[ZNR] fixed incorrect tooltip for Zareth San, the Trickster (#7046)
This commit is contained in:
parent
53a37beecb
commit
7c5c342e70
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue