diff --git a/Mage.Sets/src/mage/sets/shardsofalara/MasterOfEtherium.java b/Mage.Sets/src/mage/sets/shardsofalara/MasterOfEtherium.java index 57c60bade51..6a3d7722d3f 100644 --- a/Mage.Sets/src/mage/sets/shardsofalara/MasterOfEtherium.java +++ b/Mage.Sets/src/mage/sets/shardsofalara/MasterOfEtherium.java @@ -55,7 +55,8 @@ public class MasterOfEtherium extends CardImpl { filterCounted.getCardType().add(CardType.ARTIFACT); filterCounted.setScopeCardType(Filter.ComparisonScope.Any); filterBoosted.getCardType().add(CardType.ARTIFACT); - filterBoosted.setScopeCardType(Filter.ComparisonScope.Any); + filterBoosted.setScopeCardType(Filter.ComparisonScope.All); + filterBoosted.setTargetController(Constants.TargetController.YOU); } public MasterOfEtherium(UUID ownerId) {