mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed wrong card name of Consuming Abberation.
This commit is contained in:
parent
0c03cf6797
commit
7103f74faf
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
/*
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -55,7 +54,7 @@ import mage.players.Player;
|
||||||
public class ConsumingAberration extends CardImpl<ConsumingAberration> {
|
public class ConsumingAberration extends CardImpl<ConsumingAberration> {
|
||||||
|
|
||||||
public ConsumingAberration(UUID ownerId) {
|
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.expansionSetCode = "GTC";
|
||||||
|
|
||||||
this.subtype.add("horror");
|
this.subtype.add("horror");
|
||||||
|
|
Loading…
Reference in a new issue