forked from External/mage
Fixed wron name of Zarichi Tiger.
This commit is contained in:
parent
be670a60b8
commit
bd08263172
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ import mage.cards.CardImpl;
|
|||
public class ZarichiTiger extends CardImpl<ZarichiTiger> {
|
||||
|
||||
public ZarichiTiger(UUID ownerId) {
|
||||
super(ownerId, 28, "ZarichiTiger", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
|
||||
super(ownerId, 28, "Zarichi Tiger", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
|
||||
this.expansionSetCode = "GTC";
|
||||
this.subtype.add("Cat");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue