mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Bloodline Keeper - Fixed missing color of night side creature (Lord of Loneage).
This commit is contained in:
parent
00bbadd0c3
commit
e2f6f03821
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue