mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08: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…
Add table
Add a link
Reference in a new issue