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:
parent
835879fe78
commit
ced35a3b18
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue