mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Skyrider Patrol confirmation text
This commit is contained in:
parent
f3d4194add
commit
d7a38a65c8
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ public final class SkyriderPatrol extends CardImpl {
|
|||
this.addAbility(new BeginningOfCombatTriggeredAbility(
|
||||
new DoIfCostPaid(
|
||||
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, "
|
||||
+ "put a +1/+1 counter on another target creature you control, "
|
||||
+ "and that creature gains flying until end of turn."),
|
||||
|
|
Loading…
Reference in a new issue