From 23b0dbe425e7b04082db0d2a679853c64439ddec Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 10 Nov 2021 08:33:21 -0500 Subject: [PATCH] fixed a test failure --- Mage.Sets/src/mage/cards/k/KrothussLordOfTheDeep.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mage.Sets/src/mage/cards/k/KrothussLordOfTheDeep.java b/Mage.Sets/src/mage/cards/k/KrothussLordOfTheDeep.java index 9ded7f481de..abd4bca4cf0 100644 --- a/Mage.Sets/src/mage/cards/k/KrothussLordOfTheDeep.java +++ b/Mage.Sets/src/mage/cards/k/KrothussLordOfTheDeep.java @@ -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());