mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Karn, Scion of Urza (DOM)
This commit is contained in:
parent
4382a4f247
commit
4527f791aa
5 changed files with 331 additions and 2 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue