mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Merge origin/master
This commit is contained in:
commit
61edeb4809
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue