forked from External/mage
moved Watchers to Ability and moved Counters to CardState
This commit is contained in:
parent
620a3b9a52
commit
632573fc3e
204 changed files with 1516 additions and 347 deletions
|
|
@ -90,8 +90,6 @@ public class PermanentCard extends PermanentImpl {
|
|||
this.abilities.clear();
|
||||
this.abilities.addAll(card.getAbilities().copy());
|
||||
this.abilities.setControllerId(this.controllerId);
|
||||
this.watchers.clear();
|
||||
this.watchers.addAll(card.getWatchers());
|
||||
this.cardType.clear();
|
||||
this.cardType.addAll(card.getCardType());
|
||||
this.color = card.getColor().copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue