moved Watchers to Ability and moved Counters to CardState

This commit is contained in:
betasteward 2015-03-01 21:17:23 -05:00
parent 620a3b9a52
commit 632573fc3e
204 changed files with 1516 additions and 347 deletions

View file

@ -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();