[GTC] fixs

This commit is contained in:
Plopman 2013-01-13 23:31:22 +01:00
parent 50215c3ebc
commit 82879d1338
3 changed files with 5 additions and 2 deletions

View file

@ -69,7 +69,8 @@ public class DomriRade extends CardImpl<DomriRade> {
super(ownerId, 156, "Domri Rade", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{1}{R}{G}"); super(ownerId, 156, "Domri Rade", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{1}{R}{G}");
this.expansionSetCode = "GTC"; this.expansionSetCode = "GTC";
this.subtype.add("Domri"); 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)); this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(3)), false));

View file

@ -54,7 +54,9 @@ public class PrimeSpeakerZegana extends CardImpl<PrimeSpeakerZegana> {
public PrimeSpeakerZegana(UUID ownerId) { public PrimeSpeakerZegana(UUID ownerId) {
super(ownerId, 188, "Prime Speaker Zegana", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{G}{G}{U}{U}"); super(ownerId, 188, "Prime Speaker Zegana", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{G}{G}{U}{U}");
this.expansionSetCode = "GTC"; this.expansionSetCode = "GTC";
this.subtype.add("Merfolk");
this.subtype.add("Wizard"); this.subtype.add("Wizard");
this.supertype.add("Legendary");
this.color.setGreen(true); this.color.setGreen(true);
this.color.setBlue(true); this.color.setBlue(true);

View file

@ -43,7 +43,7 @@ import mage.cards.CardImpl;
public class UrbanEvolution extends CardImpl<UrbanEvolution> { public class UrbanEvolution extends CardImpl<UrbanEvolution> {
public UrbanEvolution(UUID ownerId) { 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.expansionSetCode = "GTC";
this.subtype.add("Wizard"); this.subtype.add("Wizard");