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
|
|
@ -342,6 +342,7 @@ public abstract class MageObjectImpl implements MageObject {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removePTCDA() {
|
||||
for (Iterator<Ability> iter = this.getAbilities().iterator(); iter.hasNext();) {
|
||||
Ability ability = iter.next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue