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
|
|
@ -25,7 +25,7 @@ public class LoseLifeDefendingPlayerEffect extends OneShotEffect {
|
|||
* attacker false if attacker has to be taken from targetPointer
|
||||
*/
|
||||
public LoseLifeDefendingPlayerEffect(int amount, boolean attackerIsSource) {
|
||||
this(new StaticValue(amount), attackerIsSource);
|
||||
this(StaticValue.get(amount), attackerIsSource);
|
||||
}
|
||||
|
||||
public LoseLifeDefendingPlayerEffect(DynamicValue amount, boolean attackerIsSource) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue