mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed one missing change of transform rework.
This commit is contained in:
parent
d7408a4531
commit
b6816e1374
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public class MockSplitCard extends SplitCard {
|
|||
this.splitCard = card.isSplitCard();
|
||||
this.flipCard = card.isFlipCard();
|
||||
|
||||
this.canTransform = card.isDoubleFaced();
|
||||
this.transformable = card.isDoubleFaced();
|
||||
this.nightCard = card.isNightCard();
|
||||
if (card.getSecondSideName() != null && !card.getSecondSideName().isEmpty()) {
|
||||
this.secondSideCard = new MockCard(CardRepository.instance.findCard(card.getSecondSideName()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue