mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
refactor: removed outdated or un-used code (part of #11873)
This commit is contained in:
parent
2aea44da2c
commit
734e2fae0f
5 changed files with 8 additions and 127 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue