fixed a test failure

This commit is contained in:
Evan Kranzler 2021-11-10 08:33:21 -05:00
parent 28bb58a475
commit 23b0dbe425

View file

@ -40,6 +40,9 @@ public final class KrothussLordOfTheDeep extends CardImpl {
this.subtype.add(SubType.HORROR);
this.power = new MageInt(3);
this.toughness = new MageInt(5);
this.color.setBlue(true);
this.color.setBlack(true);
this.nightCard = true;
// Flying
this.addAbility(FlyingAbility.getInstance());