watchers property was not cleared before copying from card

This commit is contained in:
betasteward 2014-11-26 22:41:15 -05:00
parent 1cdf2ab4b0
commit 85771d8bed

View file

@ -88,6 +88,7 @@ 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());