mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Griffin Dreamfinder - Corrected toolt ip text for target.
This commit is contained in:
parent
926210a159
commit
cdd2c9c082
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ import mage.target.common.TargetCardInYourGraveyard;
|
|||
*/
|
||||
public class GriffinDreamfinder extends CardImpl<GriffinDreamfinder> {
|
||||
|
||||
private static final FilterCard filter = new FilterCard("enchantment card");
|
||||
private static final FilterCard filter = new FilterCard("enchantment card from your graveyard");
|
||||
|
||||
static {
|
||||
filter.add(new CardTypePredicate(CardType.ENCHANTMENT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue