From d716f3aa9ce867f05efe5ef594d95a45ac708ca0 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 12 Jul 2015 10:00:13 +0200 Subject: [PATCH] * Jace, Telepath Unbound - Fixed that the planeswalker was colorless instead of blue. --- Mage.Sets/src/mage/sets/magicorigins/JaceTelepathUnbound.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/sets/magicorigins/JaceTelepathUnbound.java b/Mage.Sets/src/mage/sets/magicorigins/JaceTelepathUnbound.java index b59836a49d..a90cad9b16 100644 --- a/Mage.Sets/src/mage/sets/magicorigins/JaceTelepathUnbound.java +++ b/Mage.Sets/src/mage/sets/magicorigins/JaceTelepathUnbound.java @@ -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;