Fixed Spidery Grasp card type.

This commit is contained in:
magenoxx 2011-12-04 15:54:04 +04:00
parent c280a6653a
commit b5db562450

View file

@ -45,7 +45,7 @@ import java.util.UUID;
public class SpideryGrasp extends CardImpl<SpideryGrasp> {
public SpideryGrasp(UUID ownerId) {
super(ownerId, 204, "Spidery Grasp", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{2}{G}");
super(ownerId, 204, "Spidery Grasp", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{G}");
this.expansionSetCode = "ISD";
this.color.setGreen(true);