From d0a6ae09b470cf5988409ceda192de4657b1f014 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 21 Sep 2015 07:48:49 +0200 Subject: [PATCH] * Grip of Desolation - Fixed bugged card type definition. --- .../src/mage/sets/battleforzendikar/GripOfDesolation.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/battleforzendikar/GripOfDesolation.java b/Mage.Sets/src/mage/sets/battleforzendikar/GripOfDesolation.java index 25c3015a0ad..ab18f020a02 100644 --- a/Mage.Sets/src/mage/sets/battleforzendikar/GripOfDesolation.java +++ b/Mage.Sets/src/mage/sets/battleforzendikar/GripOfDesolation.java @@ -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);