mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fix night side color of Ulrich, Uncontested Alpha.
This commit is contained in:
parent
cf94ec15b4
commit
bb6faa39c1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue