[RTR] Small fixes

This commit is contained in:
LevelX2 2012-10-22 08:36:15 +02:00
parent 43e7e95e14
commit cdb381df2d
2 changed files with 4 additions and 3 deletions

View file

@ -66,8 +66,8 @@ public class NewPrahvGuildmage extends CardImpl<NewPrahvGuildmage> {
this.color.setBlue(true);
this.color.setWhite(true);
this.power = new MageInt(3);
this.toughness = new MageInt(1);
this.power = new MageInt(2);
this.toughness = new MageInt(2);
// {W}{U}: Target creature gains flying until end of turn.
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new GainAbilityTargetEffect(FlyingAbility.getInstance(), Duration.EndOfTurn), new ManaCostsImpl("{W}{U}"));

View file

@ -56,7 +56,8 @@ public class SkymarkRoc extends CardImpl<SkymarkRoc> {
this.expansionSetCode = "RTR";
this.subtype.add("Bird");
this.color.setGreen(true);
this.color.setWhite(true);
this.color.setBlue(true);
this.power = new MageInt(3);
this.toughness = new MageInt(3);