forked from External/mage
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:
parent
3044bf2e23
commit
fee324010a
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue