mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[GTC] fixs
This commit is contained in:
parent
50215c3ebc
commit
82879d1338
3 changed files with 5 additions and 2 deletions
|
@ -69,7 +69,8 @@ public class DomriRade extends CardImpl<DomriRade> {
|
|||
super(ownerId, 156, "Domri Rade", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{1}{R}{G}");
|
||||
this.expansionSetCode = "GTC";
|
||||
this.subtype.add("Domri");
|
||||
this.color.setWhite(true);
|
||||
this.color.setGreen(true);
|
||||
this.color.setRed(true);
|
||||
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(3)), false));
|
||||
|
||||
|
|
|
@ -54,7 +54,9 @@ public class PrimeSpeakerZegana extends CardImpl<PrimeSpeakerZegana> {
|
|||
public PrimeSpeakerZegana(UUID ownerId) {
|
||||
super(ownerId, 188, "Prime Speaker Zegana", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{G}{G}{U}{U}");
|
||||
this.expansionSetCode = "GTC";
|
||||
this.subtype.add("Merfolk");
|
||||
this.subtype.add("Wizard");
|
||||
this.supertype.add("Legendary");
|
||||
|
||||
this.color.setGreen(true);
|
||||
this.color.setBlue(true);
|
||||
|
|
|
@ -43,7 +43,7 @@ import mage.cards.CardImpl;
|
|||
public class UrbanEvolution extends CardImpl<UrbanEvolution> {
|
||||
|
||||
public UrbanEvolution(UUID ownerId) {
|
||||
super(ownerId, 204, "Urban Evolution", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2}{U}{G}");
|
||||
super(ownerId, 204, "Urban Evolution", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{U}{G}");
|
||||
this.expansionSetCode = "GTC";
|
||||
this.subtype.add("Wizard");
|
||||
|
||||
|
|
Loading…
Reference in a new issue