1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-14 09:09:38 -09:00

Fixed two bugs in Master Of Etherium. Fixed Issue 265

This commit is contained in:
magenoxx 2011-09-26 18:57:40 +04:00
parent 835879fe78
commit ced35a3b18

View file

@ -55,7 +55,8 @@ public class MasterOfEtherium extends CardImpl<MasterOfEtherium> {
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) {