forked from External/mage
Refactored Belltower Sphinx implementation.
This commit is contained in:
parent
8d673217e7
commit
4a3dfed92f
2 changed files with 12 additions and 18 deletions
|
|
@ -61,6 +61,10 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect<PutLibraryInt
|
|||
this.amount = effect.amount.clone();
|
||||
}
|
||||
|
||||
public void setAmount(DynamicValue value) {
|
||||
this.amount = value;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PutLibraryIntoGraveTargetEffect copy() {
|
||||
return new PutLibraryIntoGraveTargetEffect(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue