fixed Skyrider Patrol confirmation text

This commit is contained in:
Evan Kranzler 2018-06-23 21:32:22 -04:00
parent f3d4194add
commit d7a38a65c8

View file

@ -47,7 +47,9 @@ public final class SkyriderPatrol extends CardImpl {
this.addAbility(new BeginningOfCombatTriggeredAbility( this.addAbility(new BeginningOfCombatTriggeredAbility(
new DoIfCostPaid( new DoIfCostPaid(
new SkyriderPatrolCreateReflexiveTriggerEffect(), new SkyriderPatrolCreateReflexiveTriggerEffect(),
new ManaCostsImpl("{G}{U}") new ManaCostsImpl("{G}{U}"),
"Pay {G}{U} to put a +1/+1 counter on another"
+ " creature you control and give it flying?"
).setText("you may pay {G}{U}. When you do, " ).setText("you may pay {G}{U}. When you do, "
+ "put a +1/+1 counter on another target creature you control, " + "put a +1/+1 counter on another target creature you control, "
+ "and that creature gains flying until end of turn."), + "and that creature gains flying until end of turn."),