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
|
|
@ -26,7 +26,7 @@ public class SacrificeEffect extends OneShotEffect {
|
|||
private DynamicValue count;
|
||||
|
||||
public SacrificeEffect(FilterPermanent filter, int count, String preText) {
|
||||
this(filter, new StaticValue(count), preText);
|
||||
this(filter, StaticValue.get(count), preText);
|
||||
}
|
||||
|
||||
public SacrificeEffect(FilterPermanent filter, DynamicValue count, String preText) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue