Merge pull request #4658 from spjspj/master

Karn, Scion of Urza (DOM)
This commit is contained in:
spjspj 2018-03-25 09:04:49 +11:00 committed by GitHub
commit 1340f75c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 331 additions and 2 deletions

View file

@ -402,7 +402,7 @@ public class ModernCardRenderer extends CardRenderer {
@Override
protected void drawArt(Graphics2D g) {
if (artImage != null && !cardView.isFaceDown()) {
if ((artImage != null || faceArtImage != null) && !cardView.isFaceDown()) {
boolean useFaceArt = false;
if (faceArtImage != null && !isZendikarFullArtLand()) {