mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Some minot fixes /changes.
This commit is contained in:
parent
bda8736b9e
commit
4a71f8af67
2 changed files with 3 additions and 1 deletions
|
|
@ -342,6 +342,9 @@ public abstract class MageObjectImpl implements MageObject {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove power/toughness character defining abilities
|
||||
*/
|
||||
@Override
|
||||
public void removePTCDA() {
|
||||
for (Iterator<Ability> iter = this.getAbilities().iterator(); iter.hasNext();) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue