Added missing color.

This commit is contained in:
North 2011-10-04 23:49:22 +03:00
parent 43c5c06ba6
commit cb51589293
3 changed files with 3 additions and 0 deletions

View file

@ -72,6 +72,7 @@ public class HowlpackAlpha extends CardImpl<HowlpackAlpha> {
this.nightCard = true; this.nightCard = true;
this.canTransform = true; this.canTransform = true;
this.color.setGreen(true);
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);

View file

@ -61,6 +61,7 @@ public class NightfallPredator extends CardImpl<NightfallPredator> {
this.expansionSetCode = "ISD"; this.expansionSetCode = "ISD";
this.subtype.add("Werewolf"); this.subtype.add("Werewolf");
this.color.setGreen(true);
this.power = new MageInt(4); this.power = new MageInt(4);
this.toughness = new MageInt(4); this.toughness = new MageInt(4);

View file

@ -70,6 +70,7 @@ public class TerrorOfKruinPass extends CardImpl<TerrorOfKruinPass> {
this.nightCard = true; this.nightCard = true;
this.canTransform = true; this.canTransform = true;
this.color.setRed(true);
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);