forked from External/mage
* Added DealsDamageAttachedTriggeredAbility and used in some cards.
This commit is contained in:
parent
0847d3f820
commit
d3b41c076d
10 changed files with 214 additions and 246 deletions
|
|
@ -6,7 +6,7 @@ import mage.abilities.effects.Effect;
|
|||
import mage.game.Game;
|
||||
|
||||
public class SignInversionDynamicValue implements DynamicValue {
|
||||
private DynamicValue value;
|
||||
private final DynamicValue value;
|
||||
|
||||
public SignInversionDynamicValue(DynamicValue value) {
|
||||
this.value = value.copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue