mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
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:
parent
0189d64361
commit
96afd0d18c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue