- Fixed morph color information leaking in the mobile version of Forge.

This commit is contained in:
Agetian
2015-06-01 14:38:02 +00:00
parent 314a872d08
commit e21e4d3c39

View File

@@ -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