mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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.canTransform = true;
|
||||
|
||||
this.color.setGreen(true);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ public class NightfallPredator extends CardImpl<NightfallPredator> {
|
|||
this.expansionSetCode = "ISD";
|
||||
this.subtype.add("Werewolf");
|
||||
|
||||
this.color.setGreen(true);
|
||||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ public class TerrorOfKruinPass extends CardImpl<TerrorOfKruinPass> {
|
|||
this.nightCard = true;
|
||||
this.canTransform = true;
|
||||
|
||||
this.color.setRed(true);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue