forked from External/mage
fix #12574 (Rakdos Joins Up)
This commit is contained in:
parent
e3c95a21b5
commit
83c48016c9
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ public final class RakdosJoinsUp extends CardImpl {
|
|||
|
||||
private static final FilterPermanent filter
|
||||
= new FilterControlledCreaturePermanent("a legendary creature you control");
|
||||
static {
|
||||
filter.add(SuperType.LEGENDARY.getPredicate());
|
||||
}
|
||||
|
||||
public RakdosJoinsUp(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{B}{R}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue