mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Sacred Mesa - Fixed wrong creature type that can be sacrificed.
This commit is contained in:
parent
28fecfb3ec
commit
92d1e2c652
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ import mage.target.common.TargetControlledPermanent;
|
|||
*/
|
||||
public class SacredMesa extends CardImpl {
|
||||
|
||||
private static final FilterControlledPermanent filter = new FilterControlledPermanent("Pegasus");
|
||||
private static final FilterControlledPermanent filter = new FilterControlledPermanent("a Pegasus");
|
||||
static {
|
||||
filter.add(new SubtypePredicate("a Pegasus"));
|
||||
filter.add(new SubtypePredicate("Pegasus"));
|
||||
}
|
||||
|
||||
public SacredMesa(UUID ownerId) {
|
||||
|
|
Loading…
Reference in a new issue