flavor text

This commit is contained in:
Kyle
2020-08-17 16:24:44 -07:00
parent 0b4b2646a6
commit 2bd575c5fd
3 changed files with 15 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ function importSavedCard(localStorageKey = document.getElementById('inputCardToI
document.getElementById('inputInfoSet').value = importedCard.set
document.getElementById('inputInfoLanguage').value = importedCard.language
document.getElementById('inputInfoArtist').value = importedCard.artist
document.getElementById('inputInfoArtist2').value = importedCard.artist
bottomInfoUpdated()
//Mana Cost
if (importedCard.manaCostList) {