diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/UlrichUncontestedAlpha.java b/Mage.Sets/src/mage/sets/eldritchmoon/UlrichUncontestedAlpha.java index 4d544662fb5..71d2da2140b 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/UlrichUncontestedAlpha.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/UlrichUncontestedAlpha.java @@ -65,6 +65,8 @@ public class UlrichUncontestedAlpha extends CardImpl { this.subtype.add("Werewolf"); this.power = new MageInt(6); this.toughness = new MageInt(6); + this.color.setRed(true); + this.color.setGreen(true); // this card is the second face of double-faced card this.nightCard = true;