forked from External/mage
GUI: fixed wrong card sides, data and errors for transform and double side cards;
This commit is contained in:
parent
3515647c7b
commit
3284cb5b24
10 changed files with 72 additions and 69 deletions
|
|
@ -98,7 +98,7 @@ public class CopyEffect extends ContinuousEffectImpl {
|
|||
permanent.setName(copyFromObject.getName());
|
||||
permanent.getColor(game).setColor(copyFromObject.getColor(game));
|
||||
permanent.getManaCost().clear();
|
||||
permanent.getManaCost().add(copyFromObject.getManaCost());
|
||||
permanent.getManaCost().add(copyFromObject.getManaCost().copy());
|
||||
permanent.removeAllCardTypes(game);
|
||||
for (CardType type : copyFromObject.getCardType(game)) {
|
||||
permanent.addCardType(game, type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue