mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* UntapLandsEffect - Changed filter message.
This commit is contained in:
parent
39ca6d0dcc
commit
f9479993e2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import mage.util.CardUtil;
|
|||
*/
|
||||
public class UntapLandsEffect extends OneShotEffect {
|
||||
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("tapped lands");
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("land(s) to untap");
|
||||
|
||||
static {
|
||||
filter.add(TappedPredicate.instance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue