Fixed wrong card name of Reito Lantern.

This commit is contained in:
LevelX2 2013-04-07 16:04:49 +02:00
parent a63ca5cc6d
commit d074050151

View file

@ -40,12 +40,12 @@ import mage.target.common.TargetCardInGraveyard;
/** /**
* *
* @author LevelX * @author LevelX2
*/ */
public class ReitoLantern extends CardImpl<ReitoLantern> { public class ReitoLantern extends CardImpl<ReitoLantern> {
public ReitoLantern(UUID ownerId) { public ReitoLantern(UUID ownerId) {
super(ownerId, 267, "Reito Latern", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{2}"); super(ownerId, 267, "Reito Lantern", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{2}");
this.expansionSetCode = "CHK"; this.expansionSetCode = "CHK";
// Put target card from a graveyard on the bottom of its owner's library. // Put target card from a graveyard on the bottom of its owner's library.