mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Added missing color.
This commit is contained in:
parent
43c5c06ba6
commit
cb51589293
3 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue