mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[RTR] Small fixes
This commit is contained in:
parent
43e7e95e14
commit
cdb381df2d
2 changed files with 4 additions and 3 deletions
|
@ -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}"));
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue