forked from External/mage
some more changes to CDA effects, tested and working correctly
This commit is contained in:
parent
6b2c20b29e
commit
549103a2f0
7 changed files with 19 additions and 12 deletions
|
|
@ -17,11 +17,8 @@ import mage.util.SubTypeList;
|
|||
|
||||
import java.io.Serializable;
|
||||
import java.util.EnumSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.abilities.effects.common.continuous.SetPowerToughnessSourceEffect;
|
||||
|
||||
public interface MageObject extends MageItem, Serializable {
|
||||
|
||||
|
|
@ -201,7 +198,7 @@ public interface MageObject extends MageItem, Serializable {
|
|||
|
||||
TextPart addTextPart(TextPart textPart);
|
||||
|
||||
public void removePTCDA();
|
||||
void removePTCDA();
|
||||
|
||||
default void changeSubType(SubType fromSubType, SubType toSubType) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue