mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix Incursion Specialist (#11589)
This commit is contained in:
parent
1bdacc6676
commit
d95dfe4a99
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class IncursionSpecialist extends CardImpl {
|
||||||
Ability ability = new CastSecondSpellTriggeredAbility(
|
Ability ability = new CastSecondSpellTriggeredAbility(
|
||||||
new BoostSourceEffect(2, 0, Duration.EndOfTurn)
|
new BoostSourceEffect(2, 0, Duration.EndOfTurn)
|
||||||
);
|
);
|
||||||
ability.addEffect(new CantBeBlockedSourceEffect().setText("and can't be blocked this turn"));
|
ability.addEffect(new CantBeBlockedSourceEffect(Duration.EndOfTurn).setText("and can't be blocked this turn"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue