forked from External/mage
[LTC] Implement Summons of Saruman (#10720)
* [LTC] Implement Summons of Saruman * fix constructor for Assault on Osgiliath * fix verify failure * refactoring a couple more Amass X
This commit is contained in:
parent
1c5829f16b
commit
241226cd83
7 changed files with 160 additions and 101 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.Mode;
|
||||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
|
|
@ -28,7 +27,7 @@ public class MillCardsControllerEffect extends OneShotEffect {
|
|||
setText();
|
||||
}
|
||||
|
||||
public MillCardsControllerEffect(final MillCardsControllerEffect effect) {
|
||||
private MillCardsControllerEffect(final MillCardsControllerEffect effect) {
|
||||
super(effect);
|
||||
this.numberCards = effect.numberCards;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue