mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Update MalevolentAwakening.java
This commit is contained in:
parent
05e9574961
commit
b1b796d218
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
|
|||
*/
|
||||
public class MalevolentAwakening extends CardImpl<MalevolentAwakening> {
|
||||
|
||||
private static final FilterCard filter = new FilterCard("creature from your graveyard");
|
||||
private static final FilterCard filter = new FilterCard("creature card from your graveyard");
|
||||
|
||||
static{
|
||||
filter.add(new CardTypePredicate(CardType.CREATURE));
|
||||
|
|
Loading…
Reference in a new issue