forked from External/mage
replaced StaticValue with singletons
This commit is contained in:
parent
7f0d793544
commit
9a603fbaab
318 changed files with 440 additions and 435 deletions
|
|
@ -32,7 +32,7 @@ public class RevealLibraryPutIntoHandEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
public RevealLibraryPutIntoHandEffect(int amountCards, FilterCard filter, Zone zoneToPutRest, boolean anyOrder) {
|
||||
this(new StaticValue(amountCards), filter, zoneToPutRest, anyOrder);
|
||||
this(StaticValue.get(amountCards), filter, zoneToPutRest, anyOrder);
|
||||
}
|
||||
|
||||
public RevealLibraryPutIntoHandEffect(DynamicValue amountCards, FilterCard filter, Zone zoneToPutRest, boolean anyOrder) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue