Update frames

This commit is contained in:
Josh birnholz
2023-02-09 17:40:32 -05:00
parent f7b1bf8f4d
commit 77328ea8cf
49 changed files with 1 additions and 1 deletions

View File

@@ -614,7 +614,7 @@ function cardFrameProperties(colors, manaCost, typeLine, power, style) {
}
var innerCrown;
if (typeLine.includes('Artifact')) {
if (typeLine.includes('Artifact') && colors.length == 0) {
innerCrown = 'A';
} else {
innerCrown = typeTitle;