mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
[ZNR] fixed Zareth San text (#7044)
This commit is contained in:
parent
9f90712b88
commit
f951e76148
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class ZarethSanTheTrickster extends CardImpl {
|
||||
|
||||
private static final FilterControlledPermanent filter = new FilterControlledPermanent(SubType.ROGUE, "unblocked attacking Rogue you control");
|
||||
private static final FilterControlledPermanent filter = new FilterControlledPermanent(SubType.ROGUE, "an unblocked attacking Rogue you control");
|
||||
|
||||
static {
|
||||
filter.add(UnblockedPredicate.instance);
|
||||
|
|
Loading…
Reference in a new issue