fixed Tentative Connection cost reduction

This commit is contained in:
Evan Kranzler 2020-06-22 21:36:01 -04:00
parent 5b30ec4804
commit b2783c8993

View file

@ -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)
)