mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[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…
Reference in a new issue