diff --git a/Mage.Sets/src/mage/cards/t/TentativeConnection.java b/Mage.Sets/src/mage/cards/t/TentativeConnection.java index 48a3673c909..6dba4d86486 100644 --- a/Mage.Sets/src/mage/cards/t/TentativeConnection.java +++ b/Mage.Sets/src/mage/cards/t/TentativeConnection.java @@ -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) )