diff --git a/Mage.Sets/src/mage/cards/s/ShovingMatch.java b/Mage.Sets/src/mage/cards/s/ShovingMatch.java index 0f059b9928a..ae3025498ac 100644 --- a/Mage.Sets/src/mage/cards/s/ShovingMatch.java +++ b/Mage.Sets/src/mage/cards/s/ShovingMatch.java @@ -50,7 +50,7 @@ public class ShovingMatch extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{U}"); // Until end of turn, all creatures gain "{tap}: Tap target creature." - Ability ability = new SimpleActivatedAbility(new TapTargetEffect(), new TapSourceCost()); + Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new TapTargetEffect(), new TapSourceCost()); ability.addTarget(new TargetCreaturePermanent()); this.getSpellAbility().addEffect( new GainAbilityAllEffect(ability, Duration.EndOfTurn, new FilterCreaturePermanent())