Fixed wrong card name of Consuming Abberation.

This commit is contained in:
LevelX2 2013-02-01 20:12:58 +01:00
parent 0c03cf6797
commit 7103f74faf

View file

@ -1,4 +1,3 @@
/*
/*
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
*
@ -55,7 +54,7 @@ import mage.players.Player;
public class ConsumingAberration extends CardImpl<ConsumingAberration> {
public ConsumingAberration(UUID ownerId) {
super(ownerId, 152, "Consuming Aberrtion", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}{B}");
super(ownerId, 152, "Consuming Aberration", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}{B}");
this.expansionSetCode = "GTC";
this.subtype.add("horror");