forked from External/mage
[AFR] Fixed wrong cost increase on Paladin Class (fixes #8244)
This commit is contained in:
parent
70a9f44bda
commit
3332d41e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public final class PaladinClass extends CardImpl {
|
|||
// Spells your opponents cast during your turn cost {1} more to cast.
|
||||
this.addAbility(new SimpleStaticAbility(new ConditionalCostModificationEffect(
|
||||
new SpellsCostIncreasingAllEffect(
|
||||
2, StaticFilters.FILTER_CARD, TargetController.OPPONENT
|
||||
1, StaticFilters.FILTER_CARD, TargetController.OPPONENT
|
||||
), MyTurnCondition.instance, "spells your opponents cast during your turn cost {1} more to cast"
|
||||
)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue