mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00: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.
|
||||
Ability ability = new SimpleStaticAbility(
|
||||
Zone.STACK,
|
||||
Zone.ALL,
|
||||
new SpellCostReductionSourceEffect(
|
||||
3, new PermanentsOnTheBattlefieldCondition(filter)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue