mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed split cards having transform arrows in deck editor.
This commit is contained in:
@@ -30,6 +30,10 @@ public interface IMayViewCards {
|
||||
|
||||
@Override
|
||||
public boolean mayFlip(final CardView c) {
|
||||
if (c.isSplitCard()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return c.hasAlternateState();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user