mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed morph color information leaking in the mobile version of Forge.
This commit is contained in:
@@ -71,6 +71,7 @@ public class CardDetailUtil {
|
||||
|
||||
if (cardColors == null || !canShow) {
|
||||
borderColors.add(DetailColors.FACE_DOWN);
|
||||
return borderColors;
|
||||
}
|
||||
else if (cardColors.isColorless()) {
|
||||
if (isLand) { //use different color for lands vs. other colorless cards
|
||||
|
||||
Reference in New Issue
Block a user