mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Fixed wrong card name of Reito Lantern.
This commit is contained in:
parent
a63ca5cc6d
commit
d074050151
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue