forked from GithubMirrors/cardconjurer
		
	Update main.js
This commit is contained in:
		| @@ -977,7 +977,7 @@ function inputCardNameNumberTextImport(index) { | |||||||
|     } else { |     } else { | ||||||
|         importText("", "Power Toughness"); |         importText("", "Power Toughness"); | ||||||
|     } |     } | ||||||
|     if (importCardTextResponse.includes('"loyalty":"')) { |     if (importCardTextResponse.includes('"loyalty":"') && version.currentVersion == "planeswalker") { | ||||||
|         importText(beforeAfter(importCardTextResponse, '"loyalty":"', '",'), "Loyalty"); |         importText(beforeAfter(importCardTextResponse, '"loyalty":"', '",'), "Loyalty"); | ||||||
|         var abilityList = beforeAfter(importCardTextResponse, '"oracle_text":"', '",').replace(/ \\"/g, ' \u201C').replace(/\\"/g, '\u201D').split(/\\n/g); |         var abilityList = beforeAfter(importCardTextResponse, '"oracle_text":"', '",').replace(/ \\"/g, ' \u201C').replace(/\\"/g, '\u201D').split(/\\n/g); | ||||||
|         abilityList.push("", "", "", ""); |         abilityList.push("", "", "", ""); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle