forked from External/mage
* Grip of Desolation - Fixed bugged card type definition.
This commit is contained in:
parent
322eae2ec6
commit
d0a6ae09b4
1 changed files with 1 additions and 2 deletions
|
|
@ -46,9 +46,8 @@ import mage.target.targetpointer.SecondTargetPointer;
|
|||
public class GripOfDesolation extends CardImpl {
|
||||
|
||||
public GripOfDesolation(UUID ownerId) {
|
||||
super(ownerId, 94, "Grip of Desolation", Rarity.UNCOMMON, new CardType[]{}, "{4}{B}{B}");
|
||||
super(ownerId, 94, "Grip of Desolation", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{4}{B}{B}");
|
||||
this.expansionSetCode = "BFZ";
|
||||
this.supertype.add("Intant");
|
||||
|
||||
// Devoid
|
||||
Ability ability = new DevoidAbility(this.color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue