mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Jace, Telepath Unbound - Fixed that the planeswalker was colorless instead of blue.
This commit is contained in:
parent
2cc62aada0
commit
d716f3aa9c
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class JaceTelepathUnbound extends CardImpl {
|
|||
this.expansionSetCode = "ORI";
|
||||
this.subtype.add("Jace");
|
||||
|
||||
this.color.setBlue(true);
|
||||
this.nightCard = true;
|
||||
this.canTransform = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue