From b2783c8993f87c59acdd817cf3919f26ca820475 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Mon, 22 Jun 2020 21:36:01 -0400 Subject: [PATCH] fixed Tentative Connection cost reduction --- Mage.Sets/src/mage/cards/t/TentativeConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )