Cleaned up unneeded imports for Goblin Wizard.

Added Magewright's Stone.

Modified AbilityPredicate to allow for Magewright's stone to search specifically for creatures containing {T} in their mana cost.
This commit is contained in:
BursegSardaukar 2015-09-13 02:26:17 -04:00
parent 0189d64361
commit 96afd0d18c

View file

@ -68,7 +68,7 @@ public class GoblinWizard extends CardImpl {
public GoblinWizard(UUID ownerId) {
//Can't find the card ID....?
super(ownerId, 9001, "Goblin Wizard", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
super(ownerId, 66, "Goblin Wizard", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
this.expansionSetCode = "DRK";
this.rarity = Rarity.RARE;