mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Merge pull request #6615 from Grath/patch-2
Text correction on UntapLandsEffect
This commit is contained in:
commit
39ca6d0dcc
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("untapped lands");
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("tapped lands");
|
||||
|
||||
static {
|
||||
filter.add(TappedPredicate.instance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue