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