mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00: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…
Reference in a new issue