mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
updated WAR spoiler
This commit is contained in:
parent
892a39a2ed
commit
d3c5e90fa7
3 changed files with 14 additions and 7 deletions
|
|
@ -18,9 +18,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class HuatliHeartOfTheSun extends CardImpl {
|
||||
public final class HuatliTheSunsHeart extends CardImpl {
|
||||
|
||||
public HuatliHeartOfTheSun(UUID ownerId, CardSetInfo setInfo) {
|
||||
public HuatliTheSunsHeart(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{G/W}");
|
||||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
|
|
@ -39,12 +39,12 @@ public final class HuatliHeartOfTheSun extends CardImpl {
|
|||
), -3));
|
||||
}
|
||||
|
||||
private HuatliHeartOfTheSun(final HuatliHeartOfTheSun card) {
|
||||
private HuatliTheSunsHeart(final HuatliTheSunsHeart card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HuatliHeartOfTheSun copy() {
|
||||
return new HuatliHeartOfTheSun(this);
|
||||
public HuatliTheSunsHeart copy() {
|
||||
return new HuatliTheSunsHeart(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ public final class WarOfTheSpark extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Heartfire", 131, Rarity.COMMON, mage.cards.h.Heartfire.class));
|
||||
cards.add(new SetCardInfo("Herald of the Dreadhorde", 93, Rarity.COMMON, mage.cards.h.HeraldOfTheDreadhorde.class));
|
||||
cards.add(new SetCardInfo("Honor the God-Pharaoh", 132, Rarity.COMMON, mage.cards.h.HonorTheGodPharaoh.class));
|
||||
cards.add(new SetCardInfo("Huatli, Heart of the Sun", 230, Rarity.UNCOMMON, mage.cards.h.HuatliHeartOfTheSun.class));
|
||||
cards.add(new SetCardInfo("Huatli, the Sun's Heart", 230, Rarity.UNCOMMON, mage.cards.h.HuatliTheSunsHeart.class));
|
||||
cards.add(new SetCardInfo("Ignite the Beacon", 18, Rarity.RARE, mage.cards.i.IgniteTheBeacon.class));
|
||||
cards.add(new SetCardInfo("Ilharg, the Raze-Boar", 133, Rarity.MYTHIC, mage.cards.i.IlhargTheRazeBoar.class));
|
||||
cards.add(new SetCardInfo("Interplanar Beacon", 247, Rarity.UNCOMMON, mage.cards.i.InterplanarBeacon.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue