Fix Karumonix, the Rat King's second filter (#9913)

It currently has no criteria, and allows you to put any of the top 5 cards of your library into your hand whether or not they're rats.
This commit is contained in:
Grath 2023-01-28 00:16:55 -05:00 committed by GitHub
parent 3044bf2e23
commit fee324010a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ public final class KarumonixTheRatKing extends CardImpl {
static {
filter.add(SubType.RAT.getPredicate());
filter2.add(SubType.RAT.getPredicate());
}
public KarumonixTheRatKing(UUID ownerId, CardSetInfo setInfo) {