mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
more tests + some fixes
This commit is contained in:
parent
868d51f924
commit
9ae7ff87ea
15 changed files with 325 additions and 55 deletions
|
|
@ -96,6 +96,7 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
this.abilities.clear();
|
||||
this.abilities.addAll(card.getAbilities());
|
||||
this.abilities.setControllerId(this.controllerId);
|
||||
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