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
|
|
@ -22,7 +22,7 @@ public class GainLifeTargetEffect extends OneShotEffect {
|
|||
private DynamicValue life;
|
||||
|
||||
public GainLifeTargetEffect(int life) {
|
||||
this(new StaticValue(life));
|
||||
this(StaticValue.get(life));
|
||||
}
|
||||
|
||||
public GainLifeTargetEffect(DynamicValue life) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue