mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
* GUI: fixed that card viewer or deck editor doesn't show transform button for some cards (#8448);
This commit is contained in:
parent
db29b009cd
commit
23bcc9dbb5
2 changed files with 2 additions and 2 deletions
|
|
@ -179,6 +179,6 @@ public class MockCard extends CardImpl {
|
|||
@Override
|
||||
public boolean isTransformable() {
|
||||
// must enable toggle mode in deck editor (switch between card sides);
|
||||
return super.isTransformable() || this.isModalDoubleFacesCard;
|
||||
return super.isTransformable() || this.isModalDoubleFacesCard || this.secondSideCard != null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue