mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
fixed Tentative Connection cost reduction
This commit is contained in:
parent
5b30ec4804
commit
b2783c8993
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public final class TentativeConnection extends CardImpl {
|
||||||
|
|
||||||
// This spell costs {3} less to cast if you control a creature with menace.
|
// This spell costs {3} less to cast if you control a creature with menace.
|
||||||
Ability ability = new SimpleStaticAbility(
|
Ability ability = new SimpleStaticAbility(
|
||||||
Zone.STACK,
|
Zone.ALL,
|
||||||
new SpellCostReductionSourceEffect(
|
new SpellCostReductionSourceEffect(
|
||||||
3, new PermanentsOnTheBattlefieldCondition(filter)
|
3, new PermanentsOnTheBattlefieldCondition(filter)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue