mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update frames
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user