* Jace, Telepath Unbound - Fixed that the planeswalker was colorless instead of blue.

This commit is contained in:
LevelX2 2015-07-12 10:00:13 +02:00
parent 2cc62aada0
commit d716f3aa9c

View file

@ -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;