Fix night side color of Ulrich, Uncontested Alpha.

This commit is contained in:
Nathaniel Brandes 2016-09-09 11:20:12 -07:00
parent cf94ec15b4
commit bb6faa39c1

View file

@ -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;