refactor: removed outdated or un-used code (part of #11873)

This commit is contained in:
Oleg Agafonov 2024-02-29 07:50:13 +04:00
parent 2aea44da2c
commit 734e2fae0f
5 changed files with 8 additions and 127 deletions

View file

@ -126,7 +126,7 @@ public class PermanentCard extends PermanentImpl {
this.abilities.setSourceId(objectId);
this.cardType.clear();
this.cardType.addAll(card.getCardType());
this.color = card.getColor(null).copy(); // TODO: need research - why it null
this.color = card.getColor(game).copy();
this.frameColor = card.getFrameColor(game).copy();
this.frameStyle = card.getFrameStyle();
this.manaCost = card.getManaCost().copy();