* Bloodline Keeper - Fixed missing color of night side creature (Lord of Loneage).

This commit is contained in:
LevelX2 2014-12-02 17:12:06 +01:00
parent 00bbadd0c3
commit e2f6f03821

View file

@ -60,6 +60,7 @@ public class LordOfLineage extends CardImpl {
this.expansionSetCode = "ISD"; this.expansionSetCode = "ISD";
this.subtype.add("Vampire"); this.subtype.add("Vampire");
this.color.setBlack(true);
this.power = new MageInt(5); this.power = new MageInt(5);
this.toughness = new MageInt(5); this.toughness = new MageInt(5);