fix #12574 (Rakdos Joins Up)

This commit is contained in:
xenohedron 2024-07-15 21:32:27 -04:00
parent e3c95a21b5
commit 83c48016c9

View file

@ -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}");