From ced35a3b18a547c585baee0ebf7eb197e0416eee Mon Sep 17 00:00:00 2001 From: magenoxx Date: Mon, 26 Sep 2011 18:57:40 +0400 Subject: [PATCH] Fixed two bugs in Master Of Etherium. Fixed Issue 265 --- Mage.Sets/src/mage/sets/shardsofalara/MasterOfEtherium.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {