mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Tide Drifter - Fixed tooltip text.
This commit is contained in:
parent
99f208b862
commit
0578d06bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ import mage.filter.predicate.mageobject.ColorlessPredicate;
|
|||
*/
|
||||
public class TideDrifter extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Other colorless creatures you control");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("colorless creatures");
|
||||
|
||||
static {
|
||||
filter.add(new ColorlessPredicate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue