mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Fix wrong values from my update to RecklessVelocitaur
This commit is contained in:
parent
f83a162d30
commit
8ed414af96
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class RecklessVelocitaur extends CardImpl {
|
|||
|
||||
// Whenever this creature saddles a Mount or crews a Vehicle during your main phase, that Mount or Vehicle gets +2/+0 and gains trample until end of turn.
|
||||
|
||||
Effect boostEffect = new BoostTargetEffect(1, 1, Duration.EndOfTurn)
|
||||
Effect boostEffect = new BoostTargetEffect(2, 0, Duration.EndOfTurn)
|
||||
.setText("that Mount or Vehicle gets +2/+0");
|
||||
Effect abilityGainEffect = new GainAbilityTargetEffect(TrampleAbility.getInstance(), Duration.EndOfTurn)
|
||||
.setText("and gains trample until end of turn");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue