mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
flavor text
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user