Merge pull request #1712 from drmDev/master

colors set for DFC night
This commit is contained in:
Derek M 2016-03-29 20:45:28 -04:00
commit a7811b6fa7
7 changed files with 8 additions and 0 deletions

View file

@ -54,6 +54,7 @@ public class FlameheartWerewolf extends CardImpl {
this.subtype.add("Werewolf"); this.subtype.add("Werewolf");
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(2); this.toughness = new MageInt(2);
this.color.setRed(true);
// this card is the second face of double-faced card // this card is the second face of double-faced card
this.nightCard = true; this.nightCard = true;

View file

@ -54,6 +54,8 @@ public class GatstafRavagers extends CardImpl {
this.power = new MageInt(6); this.power = new MageInt(6);
this.toughness = new MageInt(5); this.toughness = new MageInt(5);
this.color.setRed(true);
this.canTransform = true; this.canTransform = true;
this.nightCard = true; this.nightCard = true;

View file

@ -51,6 +51,7 @@ public class IncitedRabble extends CardImpl {
this.subtype.add("Human"); this.subtype.add("Human");
this.power = new MageInt(2); this.power = new MageInt(2);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);
this.color.setRed(true);
// this card is the second face of double-faced card // this card is the second face of double-faced card
this.nightCard = true; this.nightCard = true;

View file

@ -56,6 +56,7 @@ public class LoneWolfOfTheNatterknolls extends CardImpl {
this.subtype.add("Werewolf"); this.subtype.add("Werewolf");
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(5); this.toughness = new MageInt(5);
this.color.setGreen(true);
this.nightCard = true; this.nightCard = true;
this.canTransform = true; this.canTransform = true;

View file

@ -52,6 +52,7 @@ public class OneOfThePack extends CardImpl {
this.subtype.add("Werewolf"); this.subtype.add("Werewolf");
this.power = new MageInt(5); this.power = new MageInt(5);
this.toughness = new MageInt(6); this.toughness = new MageInt(6);
this.color.setGreen(true);
this.nightCard = true; this.nightCard = true;
this.canTransform = true; this.canTransform = true;

View file

@ -48,6 +48,7 @@ public class PersistentNightmare extends CardImpl {
this.subtype.add("Nightmare"); this.subtype.add("Nightmare");
this.power = new MageInt(1); this.power = new MageInt(1);
this.toughness = new MageInt(1); this.toughness = new MageInt(1);
this.color.setBlue(true);
// this card is the second face of double-faced card // this card is the second face of double-faced card
this.nightCard = true; this.nightCard = true;

View file

@ -62,6 +62,7 @@ public class VildinPackAlpha extends CardImpl {
this.subtype.add("Werewolf"); this.subtype.add("Werewolf");
this.power = new MageInt(4); this.power = new MageInt(4);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);
this.color.setRed(true);
this.canTransform = true; this.canTransform = true;
this.nightCard = true; this.nightCard = true;