forked from External/mage
Refactor: Significant speed-up for ManaOptions (#9233)
This commit is contained in:
parent
23a4d2640b
commit
55a6acba22
32 changed files with 782 additions and 408 deletions
|
|
@ -115,7 +115,7 @@ public class OfferingAbility extends StaticAbility implements AlternateManaPayme
|
|||
}
|
||||
);
|
||||
|
||||
additionalManaOptionsForThisAbility.removeDuplicated();
|
||||
additionalManaOptionsForThisAbility.removeFullyIncludedVariations();
|
||||
return additionalManaOptionsForThisAbility;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue